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
This video is good . i was able to get a good overview of the XmlDocument Class
I'm glad to hear the video helped you out. :-)
Great explaining and it is easy to understand
Many Thanks To You
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
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.