[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Attributes?


Subject: RE: [xsl] Attributes?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 1 Jul 2004 15:29:40 +0100

> try 
> <xsl:template match="//GROUP">
>   <xsl:if test="./@name">
>     Do some stuff.
>   </xsl:if>
> </xsl:template>

That falls into the category of "if your car won't start, kick the tyres and
try again".

Michael Kay



Current Thread