|
Subject: [xsl] copy-of converts hex to decimal From: Matthias Müller <pymote@xxxxxxxx> Date: Thu, 8 Oct 2009 09:45:41 +0000 (GMT) |
Hi there,
can someone explain why xsl:copy-of converts hex values to decimal?
e.g. the node:
<HexDecTest>
<Hex>Ⅰ</Hex>
<Dez>Ⅰ</Dez>
</HexDecTest>
is processed to:
<Result>
<Hex>Ⅰ</Hex>
<Dez>Ⅰ</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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Is it possible to modify , pgfearo | Thread | Re: [xsl] copy-of converts hex to d, David Carlisle |
| [xsl] Is it possible to modify an X, Ben Stover | Date | Re: [xsl] copy-of converts hex to d, David Carlisle |
| Month |