[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

i18n chars

Subject: i18n chars
From: avoden@xxxxxxxxxxxx (Andrei Vodeniktov)
Date: Fri, 31 May 2002 13:52:16 -0700
i18n chars
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 &#1004;....

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
  • i18n chars
    • Andrei Vodeniktov - Fri, 31 May 2002 17:02:32 -0400 (EDT) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.