DELETE ME¶
dojox.data.dom.innerXML¶
| Status: | Draft |
|---|---|
| Version: | 1.0 |
| Project owner: | ?– |
| Available: | since V? |
Serializes a DOM XML document into its String representation.
Introduction¶
It is common to want to transmit an XML document. It is also common to work with an XML document as a Document Object Model (DOM). This function transforms a DOM object into its String representation.
