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: Designs for XSLT functions (Was: Re: RE: syntax sugarfor call-template)


> "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


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