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]
Other format: [Raw text]

RE: <xsl:fallback> use with MSXSL and Saxon


If you set version="2.0" on the <xsl:stylesheet> element, then a XSLT
1.0 processor should execute the fallback code.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Frédéric JOUAULT
> Sent: 22 July 2002 16:04
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] <xsl:fallback> use with MSXSL and Saxon
> 
> 
> Hi,
> 
> I have tried to figure out how the <xsl:fallback/> 
> instruction works but haven't been able to find the answer 
> I'm looking for. I'm sorry if this is FAQ, but here it is anyway :
> 
> I want to generate the file index.html this way :
> 
> <xsl:result-document href="index.html">
>   <html>
>     <xsl:call-template name="put-head"/>
>   </html>
>   <xsl:fallback>
>     <xsl:text>unsupported</xsl:text>
>   </xsl:fallback>
> </xsl:result-document>
> 
> It works with Saxon 7.1, but not with MSXSL, which is no surprise.
> 
> But I would like to have my stylesheet output "unsupported" 
> by MSXSL rather than generate an error and stop its processing.
> 
> I found this page : 
> http://www.w3schools.com/xsl/el_fallback.asp
> while looking for an answer, and I have not been able to make 
> the example provided there to work (after correcting the 
> <xsl:/for-each>).
> 
> Could anybody explain <xsl:fallback/> supposed behavior and 
> Saxon 7.1 and MSXSL implementations to me please ?
> 
>  
> ______________________________________________________________
> ________________
> ifrance.com, l'email gratuit le plus complet de l'Internet ! 
> vos emails depuis un navigateur, en POP3, sur Minitel, sur le 
> WAP... http://www.ifrance.com/_reloc/email.emailif
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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]