xsl-list
[Top] [All Lists]

Re: Output escaped characters that represent the CR as an attribute

2004-09-29 12:19:30
thanks for the reply.

A. "<xsl:attribute" can be followed by "disable-output-escaping="yes"
B. tried
<xsl:attribute>XXXX&amp;#x0D;&amp;#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(_at_)hedhman(_dot_)org> wrote:
On Thursday 30 September 2004 02:41, good all wrote:

<xsl:text
disable-output-escaping="yes">XXXX&amp;#x0D;&amp;#x0A;YYYY</xsl:text>

I am very tired and can't reach the ref material; How about?
<xsl:attribute
disable-output-escaping="yes">XXXX&amp;#x0D;&amp;#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(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--