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

Strange Problem while parsing element body which contains [  ].

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2002-07-22 12:20 -------
The current vs of parser in the CVS returns 3 characters calls for the data 
(sax.DocumentTracer sample):
characters(text="BlaBlaBla [id=12")
characters(text="]")
characters(text=" BlaBlaBla")

SAX is free to split the character data up into multiple calls to the
characters() method. So this is not a bug and it is up to you to make sure your 
application records all the data.

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

Reply via email to