[Home] [By Thread] [By Date] [Recent Entries]
> <xsl:template name="pages"> > <xsl:apply-templates select="." mode="pages"/> > </xsl:template> > > <xsl:template name="start" mode="pages" > match="*[/main/template/@name='start']"> > > <xsl:template name="query" mode="pages" > match="*[/main/template/@name='query']"> Yes. "mode" however doesn't affect call-template as one cannot specify a mode when 'calling' a template, a name is supposed to be unique enough.. ;) Not the presence of both name and match on the template... :-P Grtz, Geert
|

Cart



