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

XML Tag content is not returned completely

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-09-12 21:18 -------
Hello.  Thanks for looking so deeply into our source!  

If you were to look at [1], you'd read:
[[
The Parser will call this method to report each chunk of character data. SAX 
parsers may return all contiguous character data in a single chunk, or they
may split it into several chunks; however, all of the characters in any single 
event must come from the same external entity so that the Locator provides
useful information. 
]]

So your analysis, that Xerces is breaking the characters up, is quite correct--
as is the parser's behaviour.  Your code needs to be robust enough to handle 
this case.  

[1] http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html

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

Reply via email to