SELECT XMLPARSE(DOCUMENT '<Customer xml:space="default"> <Address>Address with lots of space</Address> <Address>More space </Address> </Customer>' PRESERVE WHITESPACE);
The result of the query is:
XMLPARSE( DOCUMENT '<Customer xml:space="default"> <Address> ... ---------------------------------------------------------------- <Customer xml:space="default"> <Address>Address with lots of space</Address> <Address>More space </Address> </Customer>