1 out of 1 rated this helpful - Rate this topic

XMLSerializer object

[This documentation is preliminary and is subject to change.]

Provides a method to convert nodes in a Document Object Model (DOM) tree to an XML string.

Internet Explorer 9

Standards information

There are no standards that apply here.

Remarks

Do the following to create an instance:


oXMLSerializer =  new XMLSerializer();

 

 

Build date: 2/14/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
DOMParser and XMLSerializer

There's another side to this equation. Whereas serializeToString creates a string representation of the DOM hierarchy, the parseFromString method of DOMParser reverses the process. Read more about these methods here:

http://blogs.msdn.com/b/ie/archive/2010/10/15/domparser-and-xmlserializer-in-ie9-beta.aspx