xsl-list
[Top] [All Lists]

special character

2002-12-03 06:40:39
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



<Prev in Thread] Current Thread [Next in Thread>