DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5817>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5817

DOM Parser unescaping escaped characters

           Summary: DOM Parser unescaping escaped characters
           Product: Xerces-J
           Version: 1.4.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


I created an InputSource which is initialized with a string containing already 
escaped characters:
... my data contains already escaped character &amp; DOM parser unescaped it ..

After running DOMParser.parse(), the escaped characters become unescaped:
... my data contains already escaped character & DOM parser unescaped it ... 

The resulting XML document is subsequently passed to another XML parser and 
there I got a parsing exception.

Is there any configuration parameter to tell the DOM parser not to unescape my 
data? 

Thanks in advance,
Lisa Chui

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to