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=11888>. 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=11888 Transformer doesn't work if xsl is from DOMSource - causes exception [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-08-21 11:54 ------- That's because your DocumentBuilder has namespace processing turned off by default; you must explicitly turn it on for at least the parse of the XSL file, otherwise Xalan can't read the xsl:version attribute. Please see http://xml.apache.org/xalan-j/faq.html#faq-15 and http://xml.apache.org/~edwingo/jaxp-faq.html#nsDefaults (Yes, it is a tad confusing, but we're stuck with it since that's the SAX default and that's how Sun wrote the JAXP spec.)
