xsl-list
[Top] [All Lists]

Re: xmlns:xalan-nodeset namespace issue

2003-07-16 09:46:28

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



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