Hi,
The SAX2 parser is supposed to raise the charecters event in the following case: "The reader calls the character method between the startElement and endElement methods." . So far so good, but in my application it raises this event after each time the startElement event occurs even if the element contains only other elements and not any content. It also raises it after each time the endElement event occurs.
Is this the normal beahavior of the SAX2 or am i missing something?
The SAX2 parser is supposed to raise the charecters event in the following case: "The reader calls the character method between the startElement and endElement methods." . So far so good, but in my application it raises this event after each time the startElement event occurs even if the element contains only other elements and not any content. It also raises it after each time the endElement event occurs.
Is this the normal beahavior of the SAX2 or am i missing something?