RE: [xsl] Attributes?

Subject: RE: [xsl] Attributes?
From: Andrew Curry <andrew.curry@xxxxxxxxxxxx>
Date: Thu, 1 Jul 2004 15:33:55 +0100
works for my tv :)

-----Original Message-----
From: Michael Kay [mailto:mhk@xxxxxxxxx]
Sent: 01 July 2004 15:30
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Attributes?


> 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


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--

Current Thread