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

The charaters(text node) is separated in one Element.

           Summary: The charaters(text node) is separated in one Element.
           Product: Xerces2-J
           Version: 2.0.1
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: SAX
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I use "org.apache.xerces.parsers.SAXParser" to parse over 4KB XML document, but 
some of the element's text node is separated into two text nodes in the 
Element, such as <element>123456789012345678901234567890</element>, the result 
will become 
<element>1234567890</element><element>12345678901234567890</element>.
Having same problem using the SAX Sample "sax.DocumentTracer".

If you need the completed example, I can repost it next time....

Raymond Li
[EMAIL PROTECTED]

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

Reply via email to