Thanks for the patch i have committed it . Thanks, -venu
K.Kawaguchi wrote:
The attached patch to DOMNormalizer fixes the following problems:
- a bug in DOMNormalizer where "]]>" in CDATA section is not reported as a warning.
- a bug in handling CDATA section normalization where the CDATA section has siblings.
- a very small javadoc elaboration on fErrorHandler.
- a bug in gracefully aborting the normalization per user request.
- modified "modifyDOMError" to "reportDOMError" to make the error reporting simpler.
- this could be controversial, but I removed the reuse of a DOMErrorImpl object. As Knuth said, premature optimization is the root of all evil, and since this is error reporting, I really don't see how this tiny performance gain is worth cluttering the code.
This is the first time I submit a patch to Xerces, so please let me know if there's anything I can improve.
regards, ---------------------- Kohsuke Kawaguchi E-Mail: [EMAIL PROTECTED]
------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
