xsl-list
[Top] [All Lists]

Re: attributes in and out

2003-09-29 04:22:39
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



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