Re:

Subject: Re:
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 27 Mar 2000 14:52:14 GMT
> I have tried with xsl:param and xsl:variable and so on, but it doesn't work.

it would if you did it right, but can't say what you did, given the
information you posted:-)


but it's probably easier not to pass the information down as a parameter
and just go back up the tree to get it when you need it

something like (untested)

<xsl:for-each select="(ancestor-or-self:instance)">
 <xsl:value-of select="@name"/>
 <xsl:if test="position!="last()"/>/</xsl:if>
</xsl:for-each>

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread