xsl-list
[Top] [All Lists]

Re: [xsl] How to select specific nodes using xsl:template match or similar?

2007-06-12 04:26:00
Bhaskar Venkateswaran wrote:

Another question: I am trying to use xsl:for-each-group method for the first time in an XSL and tried running it using Xalan (C version 1.10.0) with Xerces (C version 2.7.0) but I get the following warning:

XSLT Warning: The element xsl:for-each-group is an unknown XSLT element. (sample.xsl, line 34, column 71.)

Xalan supports XSLT 1.0 but not 2.0 and xsl:for-each-group is part of XSLT 2.0.

--

        Martin Honnen
        http://JavaScript.FAQTs.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--