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:08 ------- You will get a DOMException if you attempt to construct output which does not meet the DOM's rules for well-formedness. See the DOM API's documentation for a list of what it will object to; some of those may be impossible to provoke via Xalan, but I'd hesitate to make any promises given how creative our users can be. DOM exception 14 indicates a namespace usage error; see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-258A00AF
