problem with SAX characters method

Well I already used SAX on couple occasions, and there was no problems. But this time I have weird situation. characters method from handler class (SAX parser) does not handle XML element at once, but in two passes. For example:

<some>this is some text</some>

is handled by calling characters method TWICE (e.g. 'this is' and 'some text'). Is this normal behavior, or I do not form XML file properly? If it is normal, can anyone tell me how to detect this behavior?

Every help is appreciated. Cheers!

Message was edited by:

zly

[614 byte] By [zlya] at [2007-11-26 18:02:08]
# 1
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXPSAX3.html http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4316794 http://forum.java.sun.com/thread.jspa?threadID=5130656&tstart=0
prgguya at 2007-7-9 5:31:54 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Thank you very much. That was VERY helpful.
zlya at 2007-7-9 5:31:54 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...