| Author |
endElement called twice
|
Forest Huge
Greenhorn
Joined: Oct 10, 2002
Posts: 15
|
|
Hi, I am using SAX parser, for some reason, the endElement method was called twice for the last element of a document. I understand that for a large element value, the charaters method might be called many times. But this endElement should not be called twice, right? Did I miss something? Thanks!
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Huh? If that's really the case, the only thing you can do is to change the parser implementation or tweak the XML document until the parser behaves correctly, I'm afraid.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: endElement called twice
|
|
|