| Subject: [xsl] Retaining Unicode Notations From: "Bijo Alex Thomas" <bijoalex@xxxxxxxxxx> Date: Sat, 19 Nov 2005 17:13:46 +0530 | 
I am trying to transform an XML file containing some unicode notations to
another  XML using Xalan 2.5.2.
During the transformation, all the unicode notations I use in the source XML
is getting converted to corresponding characters. Is there any way I can
disable this behavior? I want the output XML to retain the original unicode
notations.
The XSL I use is say,
-----------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version = '1.0'
     xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
 <xsl:output method="xml"/>
 <xsl:template match="root">
  <xsl:element name="newRoot">
   <xsl:apply-templates/>
  </xsl:element>
 </xsl:template>
</xsl:stylesheet>
-----------------------------------
On transforming the XML
-----------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<root>  	‐á</root>
-----------------------------------
using the above XSL, I am getting an output
-----------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<newRoot>   -a</newRoot>
-----------------------------------
I need an output like
-----------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<newRoot>  	‐á</newRoot>
-----------------------------------
Regards,
Bijo
_________________________________
Bijo Alex Thomas
DSRC, 6, Smith Road, Chennai - 2
Mail: bijoalex@xxxxxxxxxx
Website: http://dsrc.com
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] XSL from XSL, drkm | Thread | Re: [xsl] Retaining Unicode Notatio, Colin Paul Adams | 
| RE: [xsl] Document() function: GET , Michael Kay | Date | Re: [xsl] Retaining Unicode Notatio, Colin Paul Adams | 
| Month |