Need Simple way to access XML in VB.Net - Pain with Linq-to-Xml
- by aiart
Dim myXDoc As XDocument = _
I want to access this in a simple way in VB.Net - Like:
Dim Integer SizeXStr = CInt(MyZDoc.Cameras(1).Camera_Desc.@SizeX) ' where (1) is an index
Why isn't this implemented…