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=14826>. 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=14826 xsl:document does not work ------- Additional Comments From [EMAIL PROTECTED] 2002-11-25 17:03 ------- Checked the spec. Forwards-compatable processing says, inter alia * if it is a top-level element and XSLT 1.0 does not allow such elements as top-level elements, then the element must be ignored along with its content * if it is an element in a template and XSLT 1.0 does not allow such elements to occur in templates, then if the element is not instantiated, an error must not be signaled, and if the element is instantiated, the XSLT must perform fallback for the element as specified in [15 Fallback] That seems to say that an error is *not* required and in fact must not be reported. Have I missed something?
