Re: [xsl] Tyro grouping and nesting problem

Subject: Re: [xsl] Tyro grouping and nesting problem
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Fri, 11 Feb 2005 19:53:17 +0100
Tempore 19:46:37, die 02/11/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Jon Crump <jjcrump@xxxxxxxxxxxxxxxx>:

But, since $uniquedates returns a node set containing only three nodes, I can't figure out how to populate the new elements with all of its appropriate children, so I get this:

I know I'm missing something obvious here. Any sort of clue would be welcome.
Hi,

Your really near to the solution;)

Just replace:
<xsl:copy-of select="."/>
with:
<xsl:copy-of select="key('items',date)"/>


regards, -- Joris Gillis (http://www.ticalc.org/cgi-bin/acct-view.cgi?userid=38041) Veni, vidi, wiki (http://www.wikipedia.org)

Current Thread