Subject: iXSLT: XSL transformations and symbolic entities
From: "Matthias O. Will" <m.o.will@xxxxxx>
Date: Fri, 16 Mar 2001 13:44:21 +0100
|
Hi,
I am transforming between two XML formats. My input DTD has a bunch of
declarations for symbolic entities, such as
<!ENTITY uuml "ü">
which occur in my input XML files. In my XSL stylesheet, I have
<xsl:output method="xml" encoding="ISO-8859-1" indent="yes"
doctype-system="http://www.informatik.uni-freiburg.de/~will/Ariadne/dlmeta-local.dtd"/>
i. e. I would like my transformation process to output umlaut
characters. In order to do the transformation, I use iXSLT from
Infoteria. However, the symbolic entities seem to have been ignored, as
no output occurs. For instance, when the input is the German word
Universität
(auml being declared in my input DTD) the output is
Universitt
Does anybody have a clue why this is happening and/or what I am doing
wrong?
Thanks for your help and best regards,
Matthias
p.s.: for some reason, one parameter to specify in iXSLT is the output
encoding ...
--
---------------------------------------------------------------------
PLEASE NOTE THAT MY MAIL ADDRESS m.o.will@xxxxxx WILL BE DISCONTINUED
AND USE m.o.will@xxxxxx TO SEND ME YOUR E-MAILS! THANK YOU VERY MUCH!
--------------------------------------------------------------------
Matthias O. Will (m.o.will@xxxxxx) <><
Institute of Computer Science, University of Freiburg
Georges-Koehler-Allee, Bldg. 51, D-79110 Freiburg, Germany
Phone: +49-761-203-8170 Fax: +49-761-203-8162
URL: http://ad.informatik.uni-freiburg.de/~will
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|