ietf-xml-mime
[Top] [All Lists]

Re: External parsed entities (Re: Inconsistency between IETF and W3C...)

1999-12-06 02:00:19
MURATA Makoto wrote:
As for external PARAMETER entities, they always parse as external DTD 
subsets.  
I now think that we do not need a specialized media type for external 
parameter 
entites.

Having read the XML specification and errara carefully, I withdraw my 
claim.  An external PARAMETER entity does *not* always parse as an external 
DTD subset.


For example, the following XML document is valid.

foo.xml

<?xml version="1.0"?>
<!DOCTYPE foo SYSTEM "foo.dtd">
<foo/>

foo.dtd

<!ENTITY % foope SYSTEM "foope.mod">
<!ELEMENT foo %foope;>

foope.mod

EMPTY

Makoto
 
Fuji Xerox Information Systems
 
Tel: +81-44-812-7230   Fax: +81-44-812-7231
E-mail: murata(_dot_)makoto(_at_)fujixerox(_dot_)co(_dot_)jp