Creating a XPathNavigator or XPathNodeIterator on plain objects?

128 views Asked by At

I need to feed a large object array (plain CLR objects with public properties) into an XSL transform and I wish not to serialize this object array to XML to get an XPathNavigator first.

I'm trying to inject a XPathNodeIterator with an extension object, but I still don't know how to create an navigator or iterator over these objects without having to serialize them first, which would seem a little wasteful.

Are there any XPathNavigator implementations for plain objects?

0

There are 0 answers