From: Martin H. <Mar...@gm...> - 2006-03-15 17:44:49
|
Oleg Tkachenko wrote: > I believe you shouldn't call to > iteratorReader.MoveToContent(); here. What it should perform in a > nodeslit with virtual root node? If I don't call MoveToContent() but do ReadInnerXml() directly then the virtual root element _and_ the nodes in the node iterator are serialized. I hoped it would only serialize the nodes in the iterator as those should be the child nodes of the virtual root element. What I am looking for is the proper and easiest way to pass in an XPathNodeIterator from somewhere and serialize all nodes in the iterator. -- Martin Honnen http://JavaScript.FAQTs.com/ |