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=23706>. 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=23706 xsltc failed for testcase extend06.xsl [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2003-10-17 17:28 ------- This patch exposed some problems for 1.0 stylesheets because errors were no longer thrown for unknown xsl elements. Another issue is the absence of fallback no longer throws an error. According to the spec, a fallback child is needed for instantiated, unknown xsl elements in forward compatibility mode or else an error is signaled. However, this does not apply to top-level unknown extension or xsl elements. Their contents are simply ignored. The testcase extend06 will have to be revised.
