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