Re: [xsl] Selecting non-duplicate nodes

Subject: Re: [xsl] Selecting non-duplicate nodes
From: "Mark" <mark@xxxxxxxxxxxx>
Date: Wed, 12 Oct 2011 09:39:09 -0700
Hi Michael,
When I tried:
<xsl:for-each-group select="Formats" group-by="string-join(@*/concat(name(), '=', .))">


I get the error message:
[Saxon-PE 9.3.0.5] System function string-join#1 is not available with this host language


Not sure what that means.
Mark


Current Thread