xsl-list
[Top] [All Lists]

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

2006-10-22 02:14:04
On 10/22/06, Mukul Gandhi <gandhi(_dot_)mukul(_at_)gmail(_dot_)com> wrote:
    <xsl:copy-of select="document({.})//indexterm" />

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

--
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--