Large data editor - Parse XML

Wim

Member²
LPX-00230: Invalid character 10 (U+000A) found in a Name or Nmtoken

Using the Large data editor to view a CLOB that represents XML, it opens flawlessly in the XML pane but when I try the 'Parse XML' button it shows the above error.

This XML when validated under a different program validates ok, so I am wondering what makes this error show up and whether it's possibly a bug or something I'm overlooking.
 
Ascii 10 or hex A is the line feed character (LF). Maybe it is a CR (carriage return)+LF from the original XML that causes the error?
 
Back
Top