SELECT XMLPARSE(CONTENT '<Customer> <!--Customer record--> </Customer>' PRESERVE WHITESPACE);
The result of the query is:
XMLPARSE( CONTENT '<Customer> <!--Customer record--> </Customer>' PRESERVE WHITESPACE ) --------------------------------------------------------------------------------- <Customer> <!--Customer record--> </Customer>