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

RE: Grouping by name(), and tagging first item of group


Subject: RE: Grouping by name(), and tagging first item of group
From: "Nick-Lawson.org" <nick@xxxxxxxxxxxxxxx>
Date: Sat, 14 Oct 2000 17:33:59 +0100

> 
> > I'm trying to call a template if the @TITLE is empty
> 
> Isn't this just
> 
> <xsl:if test="@TITLE=''">
>   <xsl:call-template name="..."/>
> </xsl:if>

or even just <xsl:if test="@TITLE"> .... ;-)

> 
> Mike Kay
> 

Nick Lawson


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



Current Thread