Use this variable to preserve the leading and trailing white space from data elements.
Both AcuXML and C$XML remove leading and trailing white space from data elements, including white space in CDATA sections. To get the CDATA data, nothing is needed because it is returned automatically. For other white space, use the XML_KEEP_WHITESPACE configuration variable.
<my-data> this is my data </my-data>
Returned data starts with a new line, then four spaces, and another new line.