I insert an XML document into an XML column using XMLPARSE (with 10.2) and select it using XMLSERIALIZE. The raw input to the XMLPARSE had as its first line:
<?xml version="1.0" encoding="utf-8" ?> I don't see that being generated when I select it with XMLSERIALIZE, is that expected? Thanks, Dan.
