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 bu...@apache.org on 2002/05/17 06:24:28 UTC

DO NOT REPLY [Bug 9192] New: - Total Element Contents Not Parsed

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=9192>.
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=9192

Total Element Contents Not Parsed

           Summary: Total Element Contents Not Parsed
           Product: Xerces2-J
           Version: 2.0.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: SAX
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: belinda@aodc.gov.au


Using the latest version of XERCES-2:

When parsing a XML file using XMLReader and a ContentHandler, the String 
contents of an element are not returned correctly.  The size of the string 
returned is random and always less than that present in the XML element.

Using a previous version of XERCES, and the exact same methods the correct 
string is returned. 

The only settings I have changed to the XMLReader is to use the XERCES-2 
package to set validation features on and to assign a schema for validation 
using the setProperty method.  It does not appear to be a memory problem as the 
size of the string returned is always different.

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