What is the desired behavior of DOMBuilder when it receives:
startCDATA()
characters()
...
charcaters()
endCDATA()
The current effect is the creation of one CDATA Node per characters event,
and that seems counter to SAX fundamentals. It also seems counter to the
JavaDoc for the class --
* <p>The Parser will call this method to report each chunk of
* character data. SAX parsers may return all contiguous character
* data in a single chunk, or they may split it into several
* chunks;
If it's indeed a bug, I'll put it in Bugzilla along with a patch.
Best,
Paul Brown
FiveSight Technologies, Inc.