I have a Document coming out of a tXMLMap that I need to convert to a String. I wrote some Java code to do this, assuming the Document in question was a org.w3c.dom.Document but, it turns out it is a routines.system.Document. How can I convert THAT to a String or a org.w3c.dom.Document? Pasted my broken code below so you get the idea. Thanks.
use can directly use the following code in tjavaRow to convert Document type to string.
routines.system.Document xml_doc = input_row.xmldata;
sml_doc.toString();