I'm using XML DB on release12.1.0002. Specifically, I using a query with the xmlelement function to transform relational table data into XML. The XML returned presents empty elements as self closing tags with whitespace before the '/' as in "<ORDER_NOTES />". The extra whitespace is problematic during subsequent processing. Is there a setting or a way to remove it other than some sort of additional post processing?
Thanks,
Paul