|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Retaining Unicode Notations
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








