xsl-list
[Top] [All Lists]

Re: fallback, saxon and MSXSL

2002-10-09 04:32:44

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(_at_)w3(_dot_)org 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



<Prev in Thread] Current Thread [Next in Thread>