RE: Designs for XSLT functions (Was: Re: [xsl] RE: syntax sugarfor call-template)

Subject: RE: Designs for XSLT functions (Was: Re: [xsl] RE: syntax sugarfor call-template)
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 21 Feb 2001 13:48:37 -0000
> "Any stylesheet whose behaviour is fully specified in version 1.0, and
> which is not in error under version 1.0, MUST behave the same
> way under version 1.1."
>
Actually, that requirement was worded quite carefully - but not carefully
enough. The following stylesheet fragment is fully specified and not in
error under 1.0, but behaves differently under 1.1:

<lre xsl:version="1.1">
 <xsl:document href="dummy.xml">
   <out/>
   <xsl:fallback><not-out/></xsl:fallback>
 </xsl:document>
</lre>

Mike Kay


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


Current Thread