Re: [xsl] xmlns:xalan-nodeset namespace issue

Subject: Re: [xsl] xmlns:xalan-nodeset namespace issue
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 16 Jul 2003 17:46:28 +0100
If you use functions in a processor-specific namespace, then clearly
they won't work on another processor. It may be that both processors
support the same namespace (eg exslt:node-set() otherwise you can
protect your code with
<xsl:choose>
<xsl:when test="function-avaliable('xalan-nodeset:nodeset')">,,,
<xsl:otherwise> something else...

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread