xsl-list
[Top] [All Lists]

Re: listing unique attributes

2003-01-14 12:51:00
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



<Prev in Thread] Current Thread [Next in Thread>