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

Subject: Re: [xsl] XTTE1100: A sequence of more than one item is not allowed as the @group-adjacent attribute
From: Ihe Onwuka <ihe.onwuka@xxxxxxxxx>
Date: Mon, 13 May 2013 04:07:56 +0100
On Mon, May 13, 2013 at 4:00 AM, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
>      select="*" group-adjacent="string-join(descendent::*/local-name(),' ')"
>
> this treats the following two fragments as belonging to the same
> group, and I believe Ihe doesn't want this:
>
>  <B>
>      <C/>
>      <D/>
>   </B>
>
> and
>
>  <B>
>      <C>
>        <D>
>     </C>
>   </B>
>

You are right.... I don't. Great catch.

Current Thread