10g Upgrade - XML Parser errors with certain escape codes (̸)
NLS_CHARACTERSET = WE8ISO8859P15
NLS_NCHAR_CHARACTERSET = AL16UTF16
Since our 10.2.0.3.0 upgrade (from 9.2.0.1.0) our xml fails with the following message:
ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00217: invalid character 824 (U+0338)
Error at line 4
We are using escape codes in our xml that have worked fine on 9i. Example xml:
<PRINT_LAYOUT_FOOTER≯̸̸̸This map was created with Promap</PRINT_LAYOUT_FOOTER>
I am completely flummoxed - Any ideas?