DOM Builder Reference > General XML API Methods > getXMLAsTempTable
  
getXMLAsTempTable
This method serializes the content of an XML document object into ASCII characters and stores it in the records of the ttXMLDocument temp-table. The document is partitioned into 15,000-character chunks, with each chunk stored in a single record of the temp-table.
Important: The ttXMLDocument temp-table is defined by include file gpdomcr.i. This file must be included in any QAD Enterprise Applications program that intends to load the finished XML document into a temp-table using the getXMLAsTempTable method. The include file defines the temp-table used by the DOM Builder to pass the XML data back to the caller.
The following table lists parameters of getXMLAsTempTable.
 
Parameter Name
Type
Description
I/O
Req
ttXMLDocument
Temp-table
Temp-table that will contain the XML data in chunks of 15,000 characters.
I
Y