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]

RE: xt/saxon:node-set() in Xalan


Paul,

thanks for the help.

However, the lib that you refer to seems to Xalan 2 specific -- I need to
use Xalan 1.2.2.

I found that I can use

	xalan-nodeset:nodeset()

after declaring

	xmlns:xalan-nodeset="org.apache.xalan.xslt.extensions.Nodeset"

However, I'd like my XSLT to stay portable and use function-available() to
test for the extension. However

<xsl:if test="function-available('xalan-nodeset:nodeset')">
<xsl:message>function-available('xalan-nodeset:nodeset')</xsl:message>
</xsl:if>

doesn't seem to produce the desired result.

Julian


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Paul_Dick@lotus.com
> Sent: Friday, January 19, 2001 5:52 PM
> To: xsl-list@lists.mulberrytech.com
> Subject: Re: [xsl] xt/saxon:node-set() in Xalan
>
>
>
> Julian,
>
> Not sure where you were lookin but it's there under Xalan-J
> extensions library.  See
>
> http://xml.apache.org/xalan-j/extensionslib.html
>
> Paul
>
>
>
>
>  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]