Re: [xsl] fallback, saxon and MSXSL

Subject: Re: [xsl] fallback, saxon and MSXSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 9 Oct 2002 12:32:44 +0100
> Only solution I could find was to use the processor string in a choose.
more directly you can test with function-available although beware that
in xpath2 draft you can't use

function-available('ms:node-set') and ms:node-set(....)

as and might evaluate both arguments but you can use

if(function-available('ms:node-set')) ... which is arguably clearer.

David

replying to xsl-list only as the xsl-list owner will apply the thumbscrews
if I cross post. so public-qt-comments@xxxxxx will have to do without
this msg...

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread