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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
