[
Lists Home |
Date Index |
Thread Index
]
----- Original Message -----
From: "Rick Marshall" <rjm@zenucom.com>
To: "Elliotte Rusty Harold" <elharo@metalab.unc.edu>
Cc: "Jeff Rafter" <lists@jeffrafter.com>; <xml-dev@lists.xml.org>
Sent: Tuesday, May 25, 2004 6:42 PM
> so is this perfectly ok?
>
> <!DOCTYPE doc [
> <!ENTITY e "<foo>">
> ]>
> <doc>
> <child>&e;test</foo></child>
> </doc>
No, because the entity is not well-formed, according to
section 4.3.2 in the XML spec.
Karl
|