[
Lists Home |
Date Index |
Thread Index
]
- From: "Thorsten Kitz" <thoki@csi.com>
- To: "XML Develloper" <xml-dev@ic.ac.uk>
- Date: Mon, 10 Nov 1997 16:16:19 +0100
Hello,
I have another question concerning Entities. My problem is, that I like
to generate a HTML-file out of a XML-document with German "Umlaute".
Normally, an "ü" (ue) in HTML is written as ü. I tried the following
Entitiy-declaration in my DTD,
<!ENTITY ü '&uuml;'>
The result was just "&uuml;". Then I tried
<!ENTITY ü 'ü'> and
<!ENTITY ü '&uuml;'>
Both resulted in a Jade-error, arguing, that no entity "uuml" is defined.
How do I define an entitiy, that the correct HTML code is used?
Thanks,
Thorsten.
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/
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)
|