Saves the XML structure of the
current node class to a string.
SyntaxReference_Syntax.saveXML( [ "pretty" ] )
Parameters
(Optional)
|
Outputs the XML string in an easier to read
format.
|
ReturnsA
valid string representing the XML fragment of the current object.
JavaScriptxfa.data.saveXML();
xfa.data.saveXML("pretty");
FormCalcxfa.data.saveXML()
xfa.data.saveXML("pretty")
|
|
|