xsl-list
[Top] [All Lists]

Re: attributes in and out

2003-09-29 04:42:18
thanks, it works perfectly....



Am 29.09.2003 13:22 Uhr schrieb 
"andrew(_dot_)curry(_at_)pa(_dot_)press(_dot_)net" unter
<andrew(_dot_)curry(_at_)pa(_dot_)press(_dot_)net>:

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



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