WebService
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I am using a WebService that returns a string. The string is actually a small xml file. I want to display the different elements, but am wondering what the best way to parse them is. Should I use an XmlDocument and read the innertext of each node? Is there a way to get all nodes without declaring each one individually? Thanks Eric