Hello,
I have an array of objects that are IXpathNavigable. I want to access the array through an xsl extention object, so I should probably do that by using an XPathNodeIterator. But how do I properly create the NodeIterator so that it iterates over the array?
From stackoverflow
-
You get a
XPathNodeIteratorfromIXPathNavigator.Selectand related methods.However if you create your own implementation (subclass) of
XPathNodeIteratoryou could then create it in any way you like.
0 comments:
Post a Comment