xsl-list
[Top] [All Lists]

RE: Attributes?

2004-07-01 07:29:40
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



<Prev in Thread] Current Thread [Next in Thread>