You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Gary L Peskin <ga...@firstech.com> on 2001/03/28 20:45:32 UTC

Re: node-list() extension function

Alex Reuter wrote:
> 
> Hello List,
> I was wondering if any version of xalan has the node-list() extension
> function similair to the one in saxon?
> 
> thanks,
> Alex

Both XalanJ1 and XalanJ2 offer a nodeset extension function.

http://xml.apache.org/xalan-j/extensionslib.html#nodeset

Gary

Re: node-set() extension function

Posted by Gary L Peskin <ga...@firstech.com>.
Alex Reuter wrote:
> 
> Gary,
> Thanks for correctly guessing I meant to say the node-set() extension
> function. My mistake.
> 
> Are you sure XalanJ1 has the function?  Is there anywhere you know of that I
> could get this implementation?
> 
> Thanks Again!
> Alex

It comes with XalanJ1.  Check out the source downloaded with the
distribution.  I would -strongly- advise upgrading to XalanJ2 though.

Gary

RE: node-set() extension function

Posted by Alex Reuter <ar...@monsterdaata.com>.
Gary,
Thanks for correctly guessing I meant to say the node-set() extension
function. My mistake.

Are you sure XalanJ1 has the function?  Is there anywhere you know of that I
could get this implementation?

Thanks Again!
Alex

-----Original Message-----
From: Gary L Peskin [mailto:garyp@firstech.com]
Sent: Wednesday, March 28, 2001 1:46 PM
To: xalan-dev@xml.apache.org
Subject: Re: node-list() extension function


Alex Reuter wrote:
>
> Hello List,
> I was wondering if any version of xalan has the node-list() extension
> function similair to the one in saxon?
>
> thanks,
> Alex

Both XalanJ1 and XalanJ2 offer a nodeset extension function.

http://xml.apache.org/xalan-j/extensionslib.html#nodeset

Gary