This method of the XMLDSO class retrieves the XML data as a large string for the loaded document.
public Object getXML(int style);
Returns a string object that contains the XML contents of the loaded document.
style | The formatting style. 0=default, 1=pretty, 2=compact. |