chr(0) inserted when updating xmltype

PeterB

Member
Hi,

When I try to update XML in an xmltype, trying to post the record gives me an error 'ORA-31011 XML Parsing failed'. When I reopen the popup editor of the xmltype field, it opens using the Hex tab, showing me that after each(!!) character, a chr(0) is added, making it completely invalid xml. I tried to insert a fresh piece of XML, knowing for sure it was valid, but the same error occurs trying to post the record. is this a character setting issue, where one byte characters get converted into two byte, making the second one a chr(0)?? (stupid guess :-) )
thanks in advance for your reply
 
Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Back
Top