|
Subject: [xsl] Sorting/grouping question From: Dan Cederholm <dan@xxxxxxxxxxxx> Date: Wed, 29 May 2002 09:20:59 -0700 |
I need to turn this XML: <list> <date>200201</date> <date>200202</date> <date>200101</date> <date>200102</date> <date>200001</date> <date>200002</date> </list> Into .. 2002 2001 2000 Basically building a list of years (one instance of each year represented in the XML) Should I be using <xsl:key> for something like this? Thanks, Dan -- dan@xxxxxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] passing parameter to temp, Oleg Tkachenko | Thread | Re: [xsl] Sorting/grouping question, Bryan Schnabel |
| Re: [xsl] Generate PDF from XML, David Carlisle | Date | [xsl] Grouping Data Problem, Jeff Killingsworth |
| Month |