xsl-list
[Top] [All Lists]

node-set() (was Re: Antw: RE: Continue seqlist numbering)

2004-01-08 10:15:57

On Jan 6, 2004, at 1:06 AM, David(_dot_)Pawson(_at_)rnib(_dot_)org(_dot_)uk 
wrote:

And libxslt has the exslt extension.
Sorry Daniel.

See http://mail.gnome.org/archives/xslt/2002-May/msg00063.html

(and It also implements most of the EXSLT set of processor-portable
extensions functions and some of Saxon's evaluate and expressions
extensions. from http://xmlsoft.org/XSLT/)

regards DaveP

XSLTC also, in a variety of forms (this example from http://xml.apache.org/xalan-j/extensions_xsltc.html):

    <!-- Use nodeset as an XSLTC extension function -->
    <xsl:value-of select="xsltc-extension:nodeset($rtf)/docelem/elem1"/>
    <!-- Use nodeset as a Xalan-Java extension function -->
    <xsl:value-of select="xalan:nodeset($rtf)/docelem/elem1"/>
    <!-- Use nodeset as an EXSLT extension function -->
    <xsl:value-of select="exslt:node-set($rtf)/docelem/elem1"/>
    <!-- Use nodeset as standard function -->
    <xsl:value-of select="nodeset($rtf)/docelem/elem1"/>


~ML


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



<Prev in Thread] Current Thread [Next in Thread>