RE: [xsl] Problems with a right order display of tags

Subject: RE: [xsl] Problems with a right order display of tags
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Wed, 31 Mar 2004 10:48:18 +0100
> Yes i know that, i haven't use the good syntax in the mail
> But I know all the right syntax!!
> 
> I want a solution more "subjective"
> Please :) 


But what is this?

 <xsl :call-templates match=  /A >

It is neither

<xsl:template match="/A"/>
<xsl:call-template name="A"/>

Or

<xsl:apply-templates select="/A"/>

If you know all the right syntax then use it!  No one can guess from
your made up syntax what you are asking...

Current Thread