This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Fwds Compat/Fallback Conformance Puzzles


I agree with JC's answers, these are all errors, mainly because
<xsl:fallback> and unknown xsl elements are allowed only within a template
body. There is no fallback mechanism for non-instructions such as xsl:sort,
nor for instructions constrained to be empty, such as xsl:text, nor for
instructions with non-template content such as <xsl:choose>.

It's a bit of a shame, I think, that you aren't allowed to write
<xsl:new-top-level-element version="1.1"/>; to get this through an XSLT 1.0
processor you have to specify version="1.1" at the top level, which seems
rather error-prone.

Mike K




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]