xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] problems around →


Subject: Re: [xsl] problems around →
From: Frank Marent <frank.marent@xxxxxxxxxxx>
Date: Fri, 6 Oct 2006 09:09:21 +0200

we found the reason for that behaviour. a character map is included
in the xslt. we had (among 2100 others) five occurences for the
character &#x02192; in there:

  ..
  <xsl:output-character string="&amp;ShortRightArrow;"
character="&#x02192;"/>
  ..
  <xsl:output-character string="&amp;srarr;" character="&#x02192;"/>
  ..
  <xsl:output-character string="&amp;rarr;" character="&#x02192;"/>
  ..
  <xsl:output-character string="&amp;RightArrow;"
character="&#x02192;"/>
  ..
  <xsl:output-character string="&amp;rightarrow;"
character="&#x02192;"/>
  ..

the correct mapping to &rarr; was ignored, &ShortRightArrow; was
added instead and the result bo8o8o8 was caused by that (we need
the transformation to entity references since our mathml2eps
converting tool needs entity references).

no dtd error. no saxon error. frank error.
thanks michael, david and andrew for your kind help.

frank


Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor