xml.DomDocument.saveToString

Saves a DomDocument object as an XML Document to a string.

Syntax

saveToString() 
  RETURNING result STRING

Usage

Saves a DomDocument object as an XML Document to a string. Returns the string that will contain the resulting document.

CAUTION:
Not part of W3C API.

See setFeature() to specify how the document can be saved.

See getErrorsCount() and getErrorDescription() to retrieve error messages related to XML document saving.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).