xsl-list
[Top] [All Lists]

Re: Tyro grouping and nesting problem

2005-02-11 11:53:17
Tempore 19:46:37, die 02/11/2005 AD, hinc in xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com scripsit Jon Crump <jjcrump(_at_)u(_dot_)washington(_dot_)edu>:

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)

--~------------------------------------------------------------------
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>
--~--