[
Lists Home |
Date Index |
Thread Index
]
- From: "Sall, Ken" <ksall@cen.com>
- To: "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>
- Date: Tue, 27 Apr 1999 09:07:59 -0400
Forgive me if this has been covered in one of the many discussions
about entities. However, I'm trying to use the GCA Paper XML DTD
for Markup Technologies 99 with IE5 (3/18/99) and also Amaya.
The DTD http://www.mulberrytech.com/MT99/mtxmldtd.html
references several entities files. My test file (below) tries to
use entities from 3 sets, Greek, Technical, and Pub; this produces
some curious results:
Greek Technical Pub
IE5 ok fails fails
Amaya ok ok fails
Is it that these browsers use built-in entities and completely
ignore external entities?
-Ken Sall
WDVL and Century Computing Division of AppNet, Inc.
----------------------------------------------------------------
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE mtpaper SYSTEM "mtpaper.xml.dtd" >
<!-- Get DTD zip file from http://www.mulberrytech.com/MT99/mtxmldtd.html
-->
<mtpaper>
<front>
<title></title>
<author>
<fname>Ken </fname> <surname>Sall</surname>
<address><affil>Century Computing Division of AppNet,
Inc.</affil></address>
<bio><para></para></bio>
</author>
</front>
<body>
<section><title>Testing Entities</title>
<para>
Greek tests:
Here is lambda: λ and capital Lambda: Λ and mu: μ
and rho: ρ and delta: δ and psi: ψ.
<P/>
<!-- Next section fails in IE5 March 18th release. -->
Technical tests:
forall: ∀ and isin (set membership): ∈
and rArr (implies): ⇒
<P/>
Pub tests:
dagger: † and star: ☆ and frac25: ⅖ and male: ♂ and
female: ♀
</para>
</section>
</body>
</mtpaper>
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)
|