Re: [xsl] Sorting using more than value

Subject: Re: [xsl] Sorting using more than value
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Thu, 11 Nov 2010 23:38:23 +0100
On 11.11.2010 23:24, Susan Bodnik wrote:
Wendell, thanks for your reply - much appreciated.

I made the following change to the
template:<xsl:for-each-groupselect="//indexterm"group-by="(@term.entry,text()[1])">

Try "(@term.entry,text())[1]" as Wendell suggested, which is just a shorthand for
if (@term.entry) then @term.entry else text()


-Gerrit

Current Thread