first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

.NET Framework: Flippant Remarks about XPathNavigator and XPathDocument; Don Box Loves All Instances of XPathNavigator

Don Box loves XPathNavigator because it is based on XPath (http://www.w3.org/TR/xpath) instead of an XML data model.

Don very articulately and humanely explores XPathNavigator in "Passing XML Data Inside the CLR" on MSDN TV at:

http://msdn.microsoft.com/msdntv/episode.aspx
    ?xml=episodes/en/20030603XMLDB/manifest.xml

He goes on to explain that instances of XPathNavigator comes from XPathDocument. This is important to me because XPathDocument objects can be passed to Transform() method of an instance of XslTransform.

mod date: 2004-07-01T18:51:20.000Z