BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


.NET and XML
How to Get the Attribute Value with XmlNodeReader and GetAttribute?
How to skip child nodes with XmlNodeReader and Skip?
How to convert the return value from XML with XmlConvert and ToInt32?
What is the 'pull model'?
What is EXSLT.NET?
What is ADO.NET?
How to create a ""hello world"" XML WebService in Visual Studio .NET?
Accessing and Manipulating XML Data in Microsoft .NET Framework
Developing Multi-Threaded .NET Applications


 
 

<< XSLT 


By Sonu Kapoor
First Posted 02/20/2005
Times viewed 286

How to read Nodes with XmlNodeReader?


Summary How to read Nodes with XmlNodeReader?

The XmlNodeReader is fast non-cached forward-only reader. It is very useful, if you want just read the XML in forward-only mode. The XmlNodeReader does not provide any XML validation. You have to make sure that the XML file you are reading is valid. In this example, I will show you how you can read with a XmlNodeReader. The example uses the below XML file.  

Output:

XMLXML ArticlesYes

Additional information

Further additional information


Rate this article on a scale of 1 to 10 (0 votes, average 0)

Your vote :  

<< XSLT 





Leave a comment for this article
Your name
Your email (optional)
Your comment
Optional: Upload an attachment
Enter the code shown:

 
 

    Email TopXML