[
Lists Home |
Date Index |
Thread Index
]
- From: Patrice Bonhomme <Patrice.Bonhomme@loria.fr>
- To: xsl-list@mulberrytech.com, xml-dev@ic.ac.uk
- Date: Wed, 08 Sep 1999 10:49:31 +0200
<Hi/>
I have an XML file that is encoding both with ISO-8859-1 and ISO-8859-2
characters using external entities declaration (ISOlat1.pen and ISOlat2.pen).
1/ What is the value of the 'encoding' attribute within the XML declaration ?
ISO-8859-1 ? ISO-8859-2 ? None ?
2/ How could we generate an HTML file encoding in UTF-8 using an XSL
stylesheet from this XML file ?
We are currently using XT 19990822.
Here is the declaration of the XML file :
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE TEI.2 [
<!ENTITY % ISOlat1 SYSTEM "/local/led/share/dtd/pen/ISOlat1.pen">
%ISOlat1;
<!ENTITY % ISOlat2 SYSTEM "/local/led/share/dtd/pen/ISOlat2.pen">
%ISOlat2;
]>
A sample of our data :
<hi rend="IT" TEIform="hi">Slavnost athénských
Thráků</hi>
The result with a very simple XSL stylesheet :
Slavnost athénských Thrák?
I am also looking for an XSL/XSLT tutorial compatible with the last XSLT WD.
Thanks for any help,
Pat.
--
==============================================================
bonhomme@loria.fr Tel : 03 83 59 30 52 / 06 11 34 03 85
http://www.loria.fr/~bonhomme Office : B.228
--------------------------------------------------------------
* Serveur Silfide : http://www.loria.fr/projets/Silfide
==============================================================
--
==============================================================
bonhomme@loria.fr Tel : 03 83 59 30 52 / 06 11 34 03 85
http://www.loria.fr/~bonhomme Office : B.228
--------------------------------------------------------------
* Serveur Silfide : http://www.loria.fr/projets/Silfide
==============================================================
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|