C CTR New member Joined Jul 21, 2009 Messages 1 Programming Experience 3-5 Jul 21, 2009 #1 Any suggestions on how to read the attached file. I'm having a heck of a time determining when I am on a child node. Attachments xmlA.txt 17.8 KB · Views: 36
Any suggestions on how to read the attached file. I'm having a heck of a time determining when I am on a child node.
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,873 Location Norway Programming Experience 10+ Jul 30, 2009 #2 You can perhaps try the XmlDocument, you can for example select nodes with the SelectSingleNode/SelectNodes methods and a Xpath expression. There's a short snippet in this thread http://www.vbdotnetforums.com/xml/35740-difficulty-reading-specific-xml-file.html Upvote 0 Downvote
You can perhaps try the XmlDocument, you can for example select nodes with the SelectSingleNode/SelectNodes methods and a Xpath expression. There's a short snippet in this thread http://www.vbdotnetforums.com/xml/35740-difficulty-reading-specific-xml-file.html