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

If it meet's your requirement, you can ignore the whitespace text
nodes in your application.

I also suggest, please shift to Xerces-J 2.9.1 to have a better
compliance and performance.


-- 
Regards,
Mukul Gandhi

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

Reply via email to