xsl-list
[Top] [All Lists]

[xsl] XTTE1100: A sequence of more than one item is not allowed as the @group-adjacent attribute

2013-05-12 19:50:16
I am getting the above error on the following line of code

<xsl:for-each-group select="*" group-adjacent="data(
descendant::*/local-name())">

I originally tried it without wrapping it in the data function and
have also tried casting it to string (where I get a different but
similar answer).

I'm sure there is a simple answer out there.

--~------------------------------------------------------------------
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>
--~--