This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

XMLSerializer

Properties

No properties.

Methods

serializeToString
Converts the parent DOM node of a document tree to an XML string.

Events

No events.

Notes

Remarks

Do the following to create an instance:

oXMLSerializer =  new XMLSerializer();

Attributions