serialization of XML objects....

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Can I serialize an System.Xml.XmlNode object or is better to use the
'InnerText' method to extract the node defintion?

Cheers in Advance

Jim
 
Jim said:
Can I serialize an System.Xml.XmlNode object or is better to use the
'InnerText' method to extract the node defintion?
You can use OuterXml property or use WriteNode() method or XmlTextWriter class.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top