Subject: RE: [Ann] jd.xslt - a XSLT 1.1 processor
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 8 Mar 2001 16:00:47 -0000
|
> can someone tell me (and forgive my ignorance) how to make other
> processors accept stylesheets using xsl:document (assuming that they
> dont reach the code, as its in an xsl:choose case)?
>
It should be acceptable to any conformant XSLT 1.0 processor if you write
<xsl:stylesheet ... version="1.1">
...
<xsl:document>
...
<xsl:fallback>
...
</xsl:fallback>
</xsl:document>
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|