Re: [xsl] Tyro grouping and nesting problem

Subject: Re: [xsl] Tyro grouping and nesting problem
From: Jon Crump <jjcrump@xxxxxxxxxxxxxxxx>
Date: Fri, 11 Feb 2005 11:33:56 -0800 (PST)
Jorris,

I can't believe I came so far without discovering the final step! Thanks
so much!

On Fri, 11 Feb 2005, Joris Gillis wrote:


Your really near to the solution;)


Just replace:
<xsl:copy-of select="."/>
with:
<xsl:copy-of select="key('items',date)"/>
__________
J.J. Crump
Dept. of History 353560
University of Washington
Seattle, WA. 98195

Current Thread