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 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 206

How to skip child nodes with XmlNodeReader and Skip?


Summary How to skip child nodes with XmlNodeReader and Skip?

The Skip function can be used to skip child nodes. Suppose your node is positioned at the first Category element.

    VC++     VC++ Articles     Yes         XML     XML Articles     Yes    

Calling Skip now will skip all child nodes of the first Category element. It will directly skip to the second Category element. The following example will illustrate this:  

Output of the 4th node:

XPathXPath 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