You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by ji...@apache.org on 2004/04/12 23:25:48 UTC

[jira] Updated: (XERCERJ-408) Parser looses information when setting setCreateEntityReferenceNodes(false)

The following issue has been updated:

    Updater: Serge Knystautas (mailto:sergek@lokitech.com)
       Date: Mon, 12 Apr 2004 2:24 PM
    Changes:
             Attachment changed from Test.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCERJ-408?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCERJ-408

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCERJ-408
    Summary: Parser looses information when setting setCreateEntityReferenceNodes(false)
       Type: Bug

     Status: Resolved
 Resolution: INCOMPLETE

    Project: Xerces2-J

   Assignee: Xerces-J Developers Mailing List
   Reporter: Martin

    Created: Fri, 26 Jul 2002 1:28 PM
    Updated: Mon, 12 Apr 2004 2:24 PM
Environment: Operating System: Other
Platform: Other

Description:
Hi!

This is a sample of the text i want to parse:

<p><font color= "#006699" >Hier sollten Sie einige Worte an den Besucher der 
Site richten und vielleicht erw&auml;hnen, welche Produkte man hier erstehen 
kann und was diese auszeichnet .</font></p>

I set the setCreateEntityReferenceNodes(false).

After parsing, i serialize my document and it looks like that:

<p><font color= "#006699" >hnen, welche Produkte man hier erstehen kann und was 
diese auszeichnet .</font></p>


All text from the begin of the text-tag to the semicolon gets lost.



I only made an upgrade from Xerces 2.0.1 to Xerces 2.0.2
With Xerces 2.0.1 the output was ok.

Thanx
Martin


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org