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 16:36 ------- This is a bug in the code where we were looking up the wrong namespace for an attribute that declares the default namespace. The other bug is we were not catching and translating the Xerces DOMException. So: 1. You should never get a DOMException 2. You can get a XalanDOMException when building a DOM using a stylesheet, if your stylesheet does not generat a well-formed DOM. 3. In this particular case, no exception should have been thrown _and_ the wrong exception was thrown.
