davidc(_at_)nag(_dot_)co(_dot_)uk 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[(_at_)aggregation='shared']/@type"/>
Absolutely correct - this works like a charm, thank you very much.
Regards,
Fredrik Bergholtz
--~------------------------------------------------------------------
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>
--~--