Re: [xsl] attributes in and out

Subject: Re: [xsl] attributes in and out
From: andrew.curry@xxxxxxxxxxxx
Date: Mon, 29 Sep 2003 12:22:39 +0100
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


Current Thread