Subject: Re: listing unique attributes
From: Zack Brown <zbrown@xxxxxxxxxxxxxxx>
Date: Tue, 14 Jan 2003 11:51:00 -0800
|
On Tue, Jan 14, 2003 at 04:46:52PM -0000, Am?rico Albuquerque wrote:
> Hi Zack.
>
> This is a group problem. You want to group by section and by @who.
> These templates gives the result you want.
>
> <!-- this key gets all quotes grouped by section and @who -->
> <xsl:key name="quotes" match="quote"
> use="concat(generate-id(ancestor::section),'-',@who)"/>
Perfect! This was exactly what I was looking for.
Thanks a lot,
Zack
--
Zack Brown
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|