The text of this article is not in this database — only its details are. Read it on the old site: Reading XML Files in VB.NET
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Reading XML Files in VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
valar mathiPosted Dec 24, 2010, 4:25 AM
how can i Read as well as write in Xml file through Vb.net
valar mathiPosted Dec 22, 2010, 10:45 PM
i learnt how to use XmlTextReader class to read an XML document from ur article thanks
Jayarama JPosted Apr 20, 2009, 7:00 AM
Imports System.Xml Dim reader As XmlTextReader = Nothing reader = New XmlTextReader("D:\Jay\XML\Sample.xml") It s throwing error : Type 'XmlTextReader' is not defined. How to slove this problem in vb.net
Eddy LeongPosted Sep 22, 2008, 3:30 AM
Hi, I tried the tool it is very useful but then it only read the document I need the tool to read the data of the XML is there away?