Re: attributes in and out2003-09-29 04:22:39loop 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
|
|