Exercises

  1. Open the solution file for the XML app that you just completed and do the following:

    • Go to the code for the Using XML Document button. If you do not have Dynamic Help on, click Help from the main menu and select Dynamic Help. Read the SDK file on the XmlDocument class to familiarize yourself with its capabilities.
    • Set a breakpoint on the Load method of the xDoc variable in the XPathSelectNodes click event. Step through the code and examine how the SelectNodes and SelectSingleNode methods behave compared to the XmlTextReader methods when retrieving node values.
    • Run the code for the DOMXmlAttribute click event. Using the Dynamic Help, familiarize yourself with the XmlAttribute, XmlNode, and XmlNodeList objects in the SDK.
    • Read about the differences ...

Get Sams Teach Yourself Visual Studio® .NET 2003 in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.