Subject: Re: Output escaped characters that represent the CR as an attribute
From: good all <good2all@xxxxxxxxx>
Date: Wed, 29 Sep 2004 15:19:30 -0400
|
thanks for the reply.
A. "<xsl:attribute" can be followed by "disable-output-escaping="yes"
B. tried
<xsl:attribute>XXXX&#x0D;&#x0A;YYYY</xsl:attribute>, it doesn't work.
Wondering what is the difference between putting <xsl:text> tag after
an element tag and after an attrbute tag.
Good2all
On Thu, 30 Sep 2004 03:03:06 +0800, Niclas Hedhman <niclas@xxxxxxxxxxx> wrote:
> On Thursday 30 September 2004 02:41, good all wrote:
>
> > <xsl:text
> > disable-output-escaping="yes">XXXX&#x0D;&#x0A;YYYY</xsl:text>
>
> I am very tired and can't reach the ref material; How about?
> <xsl:attribute
> disable-output-escaping="yes">XXXX&#x0D;&#x0A;YYYY</xsl:attribute>
>
> --
> +------//-------------------+
> / http://www.bali.ac /
> / http://niclas.hedhman.org /
> +------//-------------------+
>
> --+------------------------------------------------------------------
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
> To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
> or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
> --+--
|