Re: [xslt] problem with special carater in CDATA (part 2)
- From: "Lucas M. Kalita" <verx implix com>
- To: <xslt gnome org>
- Subject: Re: [xslt] problem with special carater in CDATA (part 2)
- Date: Wed, 12 Feb 2003 19:54:18 +0100
> simply because i have something like this
>
> <![CDATA[<textarea class="p" name="]]><xsl:call-template
> name="fabriquechemin" /><![CDATA[">]]><xsl:value-of select="."
> /><![CDATA[</textarea>]]>
>
>
> i do that because i don't know how to use <xsl:call-template
> name="fabriquechemin" /> to specify the content of name !
>
<textarea class="p"><xsl:attribute name="name"><xsl:call-template
name="fabriquechemin"/></xsl:attribute><xsl:value-of select="."/></textarea>
LK
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]