Re: [xsl] Fwd: xml/xslt line break

Subject: Re: [xsl] Fwd: xml/xslt line break
From: Taly <urania.muse@xxxxxxxxx>
Date: Mon, 21 Jul 2008 13:23:27 +0300
yes, but that is because when I tried to use
<xsl:template match="failure">
      <p>FAILURE INFO:</p>
      <xsl:call-template name="substitute">
         <xsl:with-param name="string" select="." />
      </xsl:call-template>
</xsl:template>


the xml/xslt page couldn't load....
thanks a lot!

On Sun, Jul 20, 2008 at 4:24 PM, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> Taly wrote:
>
>> can you please explain me why it didn't work before?
>
> Well if you want to use a named template then you need to call it with
> xsl:call-template. The sample you posted did not use xsl:call-template, it
> simply used xsl:value-of.
>
>
> --
>
>        Martin Honnen
>        http://JavaScript.FAQTs.com/

Current Thread