RE: simple XSL

Subject: RE: simple XSL
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Tue, 18 Apr 2000 18:23:10 +0100
> the variable tag may or may NOT be there. And with a different name.
> how do I make this work where it finds tag C regardless of 
> the Variable Tag?


<xsl:template match="*/C">
	<!-- do something -->
</xsl:template>

should work...

Ben


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


Current Thread