Hi Mukul,

thanks for the reply.


Mukul Gandhi wrote:
> 
>> When the SAX parser parses this XML on Windows XP, Sun JDK 1.5.0_11, a
>> character event is generated inbetween the start and end element events
>> for
>> ContraAccountNumber2 (and 3,4,5). The character events contains only
>> CR+LF
>> but I don't expect this event here!!
> 
> I feel, this is a compliant behavior. There is a whitespace text node,
> at the places you have cited. So a SAX parser should report these
> nodes (even insignificant to you) to the application.
> 

Can you explain why you think the character event should occurs inbetween
start/end element event when the only text nodes are before and after the
element? I'm sorry it just seems wrong to me.

-- 
View this message in context: 
http://www.nabble.com/unexpected-SAX-character-event-tp15070639p15083418.html
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


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

Reply via email to