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

copy-of converts hex to decimal

Subject: copy-of converts hex to decimal
From: Matthias Müller <pymote@xxxxxxxx>
Date: Thu, 8 Oct 2009 09:45:41 +0000 (GMT)
 copy-of converts hex to decimal
Hi there,

can someone explain why xsl:copy-of converts hex values to decimal?
e.g. the node:

<HexDecTest>
    <Hex>&#x2160;</Hex>
    <Dez>&#8544;</Dez>
</HexDecTest>

is processed to:

<Result>
   <Hex>&#8544;</Hex>
<Dez>&#8544;</Dez>
</Result>

using this template:

<xsl:template
match="HexDecTest">
        <xsl:element name="Result">
<xsl:copy-of select="Hex"/>
            <xsl:copy-of select="Dez"/>
</xsl:element>
</xsl:template>

i expected the hex value unchanged,
matthias

Current Thread

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.