Encoding dcl in external DTD subsets( (Re: draft-whitehead-mime-xml-04)

MURATA Makoto murata at apsdc.ksp.fujixerox.co.jp
Thu Jun 11 06:29:43 BST 1998


David Brownell wrote:
> 
> That, and the way "<?xml ... encoding='...'?> isn't permitted in
> DTDs, have made me wonder if there are any other litle nudges

As you pointed out in your private mail to me, encoding declarations 
in external DTD's are permitted.  You are right that the XML spec is 
not clear enough.

xp does support encoding declarations. 

1) text.xml

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

2) test.dtd

<?xml encoding="iso-8859-1"?>
<!ELEMENT a EMPTY>
<!ATTLIST a atr CDATA "default">

3) xp

Start document
Start element: a
  Attribute: atr CDATA "default"
End element: a
End document

Makoto
 
Fuji Xerox Information Systems
 
Tel: +81-44-812-7230   Fax: +81-44-812-7231
E-mail: murata at apsdc.ksp.fujixerox.co.jp

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list