RE: [xsl] XSL/XPath expression

Subject: RE: [xsl] XSL/XPath expression
From: Eriksson Magnus <Magnus.eriksson@xxxxxxxxxxxx>
Date: Wed, 16 May 2001 17:46:04 +0200
Thanks to all for the quick help!

I eventually opted for this variant, which I think best suited my needs:

<xsl:template match="Element[@Type=2]">
	<xsl:if test="not(preceding-sibling::Element[@Type=2])">
		do something
	</xsl:if>
</xsl:template>

Thanks again.


/Magnus Eriksson


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


Current Thread