Subject: Re: attributes in and out
From: clemens schrenk <clemens.schrenk@xxxxxxx>
Date: Mon, 29 Sep 2003 13:42:18 +0200
|
thanks, it works perfectly....
Am 29.09.2003 13:22 Uhr schrieb "andrew.curry@xxxxxxxxxxxx" unter
<andrew.curry@xxxxxxxxxxxx>:
> loop through the attributes using an xpath expression to get the value of
> the parent instance.
>
> i.e.
>
> <xsl:for-each select="Your attribute path">
> .......Your code to write your item identifier element....
> your title would be <xsl:value-of select="parent::INSTANCE/@name"/>
>
> I think that would work....
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|