From: <mo...@im...> - 2005-05-25 13:45:44
|
Hi, =20 I am fairly new to XML in general and specially Xpath. =20 I needed to boost performance in my transaction type web application, = and I have quite successfully used Mvp.Xml components all over, especially the XmlNodeFactory to create XmlNode.=20 =20 When I use this factory to create an XmlNode and return it as a result = from a WebService, the XmlNode I get in the consumer app is good, and I can = do stuff like getting OuterXml. Now, I really need to get the OuterXml = direcly from a factory created XmlNode. I have tried using XmlTextReader, XPathNavigatorReader and XPathIteratorReader, all resulting in the same error =93The XmlDocument instance can only be used for serialization purposes.=94 =20 Can anyone help me out here? I don=92t want to decrease my performance = again by having to use XmlDocument or something.=20 =20 =20 Thanks, =20 Morten |