Re: [xsl] xsl:key, multiple conditions on sub elements

Subject: Re: [xsl] xsl:key, multiple conditions on sub elements
From: "Fredrik Bergholtz" <fredrik.bergholtz@xxxxx>
Date: Mon, 31 Oct 2005 13:51:34 +0100
>>> davidc@xxxxxxxxx 2005-10-28 23:37:41 >>>
> If I understand you correctly, you just want 
>
> <xsl:key name="childassociations"
>          match="UML:Association"
>         
use="UML:Association.connection/UML:AssociationEnd[@aggregation='shared']/@type"/>

Absolutely correct - this works like a charm, thank you very much.
 
Regards,
Fredrik Bergholtz

Current Thread