Somehow many believe it's impossible to get OuterXml/InnerXml out of XPathNavigator, but in fact it's merely one-screen-of-code class. And by the way, in System.Xml v2 XPathDocument2 class does have such properties already. So I've written a small class, which exposes this omitted functionality. It's lightweight wrapper around XPathNavigator, which adds
...