Subject: Re: Fwd: xml/xslt line break
From: Taly <urania.muse@xxxxxxxxx>
Date: Sun, 20 Jul 2008 16:14:55 +0300
|
thanks!!it worked!
can you please explain me why it didn't work before?
thanks
On Sun, Jul 20, 2008 at 3:23 PM, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> Taly wrote:
>>
>> what I need to change is something from xsl I am reading using xpath -
>> I called it here :txtTargetTextforchange
>
>> <xsl:value-of select="./txtTargetTextforchange" /> 
>
> If you want to apply that named template to that element then use
> <xsl:call-template name="substitute">
> <xsl:with-param name="string" select="txtTargetTextforchange"/>
> </xsl:call-template>
>
> --
>
> Martin Honnen
> http://JavaScript.FAQTs.com/
|