[Home] [By Thread] [By Date] [Recent Entries]
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@a... xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|

Cart



