DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21025>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21025 DOMException code 14 when transforming to Xerces DOM ------- Additional Comments From [EMAIL PROTECTED] 2003-06-24 06:08 ------- >From looking at the code, and testing your submission with testXSLT, it looks like the exception thrown should be a XalanDOMException, not DOMException. If it is a DOMException, I will need to know more about how your code is structured so I can figure out what is happening. In particular, you mention you are using FormatterToDOM, so seeing how you set that up would be very helpful. In all cases, our code should translate all Xerces DOMException instances into XalanDOMExceptions. If DOMException instances are escaping, we will need to catch them and make sure they don't. Does that make sense?
