Subject: RE: Special characters in xsl
From: "Ron Ten-Hove" <rtenhove@xxxxxxxxx>
Date: Tue, 9 May 2000 12:06:22 -0700
|
Use
<xsl:value-of select="content" disable-output-escaping="yes"/>
-Ron
----------------
<content><![CDATA[<form method="post" action=""><font size="2"><select
name="select" size="1">...
When I execute the instruction: <xsl:value-of select="content"> in my
xsl file, which is a variable field, the character < is substituted by
< and the character > is substituted by > and I want the original
characters.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|