Re: [xsl] Multi-grouping with keys (back of book index)

Subject: Re: [xsl] Multi-grouping with keys (back of book index)
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Sun, 22 Oct 2006 14:42:41 +0530
On 10/22/06, Mukul Gandhi <gandhi.mukul@xxxxxxxxx> wrote:
<xsl:copy-of select="document({.})//indexterm" />

May be this is probably: <xsl:copy-of select="document('{.}')//indexterm" />

--
Regards,
Mukul Gandhi

Current Thread