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

Subject: RE: [xsl] Multi-grouping with keys (back of book index)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sun, 22 Oct 2006 13:46:38 +0100
> May be this is probably:
> <xsl:copy-of select="document('{.}')//indexterm" />

No, you never use curly braces inside an XPath expression. You just want

document(.)//indexterm

Michael Kay
http://www.saxonica.com/

Current Thread