|
Subject: [xsl] i18n chars From: avoden@xxxxxxxxxxxx (Andrei Vodeniktov) Date: Fri, 31 May 2002 13:52:16 -0700 |
Hi everyone.
Need some help from you gurus on following question:
I have following XML data:
<testData>
<myName>???</myName><!--those are Russian symbols (not sure if they will be displayed
correctrly in email body)-->
</testData>
Here is XSL part:
...
<intput type="text" name="EF1" value="{/testData/myName}"/>
...
In that case my edit control displays correct value for EF1 text field.
If I try to do following instead:
<intput type="text" name="EF1">
<xsl:attribute name="value">
<xsl:if test="...some test...">
<xsl:value-of select="/testData/myName" />
</xsl:if>
</xsl:attribute>
</input>
Edit field displays escaped characters like Ϭ....
I tried to use <xsl:value-of select="/testData/myName" disable-output-escaping="yes" />
but it didnt help.
I need to make it work using last approach since I need to put some logic before
displaying value.
Please help.
Thank you.
Andrei
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] SystemId Unknown?, Joerg Heinicke | Thread | [xsl] fo:page-sequence usage, Matthew L. Avizinis |
| Re: [xsl] speed of loading, J.Pietschmann | Date | Re: [xsl] searching and replacing, Mike Brown |
| Month |