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

Multiple ampersands not interpreted correctly

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2003-01-27 22:02 -------
According to the spec:

public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
Receive notification of character data. 

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;

So the text data not necessary reported in ONE call.   It may be splitted into 
several characters() calls.

I can receive "((voh_calc " in one character() then "< min_voh)?
mid_swing:voh_calc)" in the follow-on character() callback.

Similarly, 

<data>&amp;&amp;</data> 
<data>&amp;-&amp</data> 

I can see both '&' in consecutive character() callbacks.

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

Reply via email to