[xsl] special character

Subject: [xsl] special character
From: "Sachdeva, Rajeev" <SachdevaR@xxxxxxxxxx>
Date: Tue, 3 Dec 2002 13:40:39 -0000
Hi All,

Does anyone know how to display special character in Input element text line
?

Code snippet in xsl : 

<xsl:variable name="special_character">&#197;</xsl:variable>
<xsl:element name="INPUT"> <!-- INPUT -->          
	<xsl:attribute name="name">test</xsl:attribute>
      <xsl:attribute name="value">
		<xsl:value-of select="$special_character"/>
	</xsl:attribute>
</xsl:element>

Expected result : Å

Acutal Output in Input element : %c5 <-- Wrong

How to display Å instead of %c5 in HTML Input element ?

Thanks for your help.

Rajeev

This e-mail and any attachment is for authorised use by the intended recipient(s) only.  It may contain proprietary material, confidential information and/or be subject to legal privilege.  It should not be copied, disclosed to, retained or used by, any other party.  If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender.  Thank you.

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


Current Thread