Subject: Re: HTML input tag problem and Unicode
From: Gia Dinh <yinghj@xxxxxxxxx>
Date: Mon, 10 Mar 2003 00:41:40 -0800 (PST)
|
> Can somebody tell me how to solve this?
>
> when i load data from DB and to redisplay in the
input
> tag for example like this :
>
> <input type="text" name="input">
> <xsl:attribute name="value">
> <xsl:value-of select="input_value"/>
> </xsl:attribute>
> </input>
>
> input_value from xml file
> i use encoding ISO8859-1.
> it keeps on display &#...; characters for the signed
> character
What do you mean by "signed character"?
I mean some Vietnamese character for eg. ế
ạ
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|