This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Special characters in xsl


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
&lt; and the character > is substituted by &gt; and I want the original
characters.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]