|
| To | Do this |
|---|---|
| Navigate forward and back over an XmlDocument. | Create an XPathNavigator. |
| Select nodes based on XPath expressions. | Use the Select function of XPathNavigator. |
| Transform XML using an XSL style sheet. | Create an XslTransform object, load the style sheet using the Load method, and then call the Transform method to perform the transformation. |
|