xsl-list
[Top] [All Lists]

Re: HTML input tag problem and Unicode

2003-03-10 00:57:27
Gia Dinh wrote:

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"?

if i use text area tag and i use
disable-output-escaping="yes" characteristics
i can remove these &# .. characters!!!

but for <input> it does not work???
d-o-e doesn't work within xsl:attribute.

--
Oleg Tkachenko
Multiconn Technologies, Israel


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