Title: Java cannot parse what the DOM creates??

It seems that if I include a non-supported character ^L for example, in a text node, the DOM will create the document with something like &#12. However, if I then send that document back into another DOMs parser, the parser complains that &#12 isnt a valid character. Im seeing this in Xerces 2.6 and in java 1.4s Xerces

-Robert

Reply via email to