Re: [xsl] sequence numbering.

Subject: Re: [xsl] sequence numbering.
From: Jörg Heinicke <joerg.heinicke@xxxxxx>
Date: Wed, 27 Mar 2002 20:49:01 +0100
> Hi William,
>
> > about the name space,
> > The Declartion i am using is
> >
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> > xmlns:xalan="http://xml.apache.org/xslt";
> > xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
> > extension-element-prefixes="redirect"
> >              version="1.0">
> >
> > and i am using XALAN processor

Does this work? As far as I know (and is written at Jenis Link to Apache
Homepage) the correct namespace is
xmlns:xalan="http://xml.apache.org/xalan";.

Regards,

Joerg

> OK, then you should be able to use xalan:nodeset() extension function
> (see http://xml.apache.org/xalan-j/extensionslib.html#nodeset).
>
> [It seems likely that the next version of Xalan will support EXSLT
> functions. See the recent mail from Don Leslie
> (http://aspn.activestate.com/ASPN/Mail/Message/exslt/1083089). With
> that version, you'll be able to use the namespace
> http://exslt.org/common, and the function exsl:node-set(), which would
> make your stylesheet portable across a range of processors, including
> Saxon, libxslt, 4XSLT and jd.xslt.]
>
> Cheers,
>
> Jeni


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


Current Thread