You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by matthew denner <ma...@evtechnology.com> on 2000/12/14 14:12:46 UTC

does Xalan support nodeset()?

Dear all,

does Xalan support the nodeset() function provided by xt?  if not, is there
an equivalent?

Cheers,
Matt

-----------------------------------------------------------------------------
Sessami is a trademark of Escape Velocity Technology Mobile Services Limited.
All information contained in this e-mail is confidential and for the use of
the addressee only.  If you receive this message in error please notify.

Re: does Xalan support nodeset()?

Posted by Gary L Peskin <ga...@firstech.com>.
matthew denner wrote:
> does Xalan support the nodeset() function provided by xt?  if not, is there
> an equivalent?

Yes.  Xalan does support the nodeset extension.  For XalanJ1, it's in
org.apache.xalan.xslt.extensions.Nodeset.  The name of the method is
nodeset.  If you have additional questions on use, please ask.

Gary