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: [Ann] jd.xslt - a XSLT 1.1 processor


> 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


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