Online Video - Using the XmlDocument Class

I spent a few hours yesterday putting together the first segment in a new online video series that will demonstrate how to use different XML parsing APIs built-into the .NET framework including the XmlDocument, XmlTextReader/XmlTextWriter, XPathNavigator and XmlSerializer classes.  The first one titled "Using the XmlDocument Class" can be found here:

http://www.xmlforasp.net/CodeSection.aspx?csID=113

This video segment demonstrates some XmlDocument class fundamentals including how the Document Object Model (DOM) works, parsing RSS feeds, filtering with XPath, and editing XML.

Published Tuesday, February 22, 2005 10:52 PM by dwahlin
Filed under: ,

Comments

# Dan Wahlin explains XmlDocument fundamentals (video)

Thursday, February 24, 2005 8:11 AM by TrackBack
Dan Wahlin starts online video series on using XML APIs in the .NET framework. Watch the first video segment devoted to XmlDocument class here. This video segment demonstrates some XmlDocument class fundamentals including how the Document Object Model (DOM) works, parsing RSS feeds, filtering with XPath, and editing XML....