Saturday, September 27, 2014

how to read and get value of attributes in string xml using vb.net

Just replace "Element" with "Elements":



Dim elements = From attr In xmlDoc.Root.Elements("Pass").Attributes()
Select attr

And then use foreach to loop each element of "Pass", and then loop each Pass's attributes.




ASP.NET Forum

Other Discussion Forums

FreeRice Donate

Issues to report

Free Tech Books Search and Download


No comments:

Post a Comment