Re: exsl.zip missing node-set.xsl
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <[email protected]> |
Larry Evans <[email protected]> wrote .. > The exsl.zip on http://www.exslt.org/exsl/index.html does not > contain an .xsl file with node-set defined. > > Where can I find such a .xsl file? an EXSLT function 'may be' implemented in the following languages; * XSLT 1.0 * scripting: msxml, javascript * or natively supported in processor in the case of node-set() function it is not possible to implement using native XSLT 1.0....which is why it is supported natively in XSLT processors. In the case of node-set(), you are lucky in that it is probably supported in your XSLT processor already, so just declare the namespace in your stylesheet and use as instructed from the exslt user page for node-set(). hth, Jim Fuller > > -regards, > Larry > _______________________________________________ > exslt mailing list > [email protected] > http://www.exslt.org/list _______________________________________________ exslt mailing list [email protected] http://www.exslt.org/list