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]
Other format: [Raw text]

Re: sequence numbering.


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

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

---
Jeni Tennison
http://www.jenitennison.com/


 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]