Video: Parsing XML with the XmlDocument Class

In this video tutorial I walk through the fundamentals of using the XmlDocument class in .NET to parse an RSS feed and display results.  Click the link below to view the video. 

View Video

Published Tuesday, December 12, 2006 10:04 PM by dwahlin
Filed under: , ,

Comments

# re: Video: Parsing XML with the XmlDocument Class - Part I

Wednesday, December 13, 2006 8:36 AM by Keerti

This video is good . i was able to get a good overview of the XmlDocument Class

# re: Video: Parsing XML with the XmlDocument Class - Part I

Wednesday, December 13, 2006 2:57 PM by dwahlin

I'm glad to hear the video helped you out. :-)

# re: Video: Parsing XML with the XmlDocument Class

Thursday, December 21, 2006 3:02 AM by L@N

Great explaining and it is easy to understand

Many Thanks To You

# re: Video: Parsing XML with the XmlDocument Class

Sunday, January 07, 2007 7:21 PM by Serno

Thanks for a good video.

May I ask:

Is it possible to use paging in an Xml document?

It would be a great help.

Thanks

# re: Video: Parsing XML with the XmlDocument Class

Sunday, January 07, 2007 10:25 PM by dwahlin

Glad you enjoyed the video.

As far as paging, you can certainly do that but you'd need to write your own code for it.  With XPath it's possible to select specific nodes though so it wouldn't be too bad to implement.