Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[xsl] 16-bit entities converted to "?" by XSLT

From: John English <je@-------------->
To:
Date: 12/6/2008 3:26:00 PM
I have a pass-through rule in my XSLT stylesheet to allow me to copy
embedded HTML unchanged to the output:

  <xsl:template match='div|span'>
    <xsl:copy-of select="."/>
  </xsl:template>

However, when I have 16-bit entities in the HTML, they are translated
to question marks in the output. For example, the following contains
some Hebrew characters:

  <span style='font-size: 11pt; font-family: Arial;' lang='HE'>
     &#1499;&#1514;&#1493;&#1489;
  </span>

My browser shows this correctly, but when I embed it in some XML and
run it though my stylesheet, the output is this:

  <span style='font-size: 11pt; font-family: Arial;' lang='HE'>
     ????
  </span>

I've tried <xsl:output encoding="UTF-16"> and various other things, but
nothing seems to work. Is there an easy way to fix this so I can just
display 16-bit characters?

TIA,



----------------------------------------------------------------------
 John English              | mailto:je@xxxxxxxxxxxxxx
 Senior Lecturer           | http://www.it.bton.ac.uk/staff/je
 School of Computing & MIS | "Those who don't know their history
 University of Brighton    |  are condemned to relive it" (Santayana)
----------------------------------------------------------------------


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent