[
Lists Home |
Date Index |
Thread Index
]
- From: Jon.Bosak@eng.Sun.COM (Jon Bosak)
- To: xml-dev@ic.ac.uk
- Date: Fri, 28 Nov 1997 13:29:34 -0800
Thanks to several people, especially Eve Maler, for pointing out XML
errors in my play and tstmt DTDs. In particular:
| ><!ENTITY amp "&">
|
| Illegal; must be <!ENTITY amp "&">.
|
| ><!ELEMENT LINE (STAGEDIR | #PCDATA)+>
|
| Illegal; must be <!ELEMENT LINE (#PCDATA|STAGEDIR)*>.
|
| ><!-- DTD for testaments J. Bosak 1992.11.15, 1994.03.26,
|
| Must remove all OMITTAG flags from this DTD.
|
| ><!ELEMENT ttitle - - ((#PCDATA),ttitle2?)*>
|
| Illegal; must be <!ELEMENT ttitle (#PCDATA|ttitle2)*> or some other
| configuration.
Shame on any writer of a validating XML parser that does NOT catch
these errors! :-) :-) :-)
I'm not going to try to fix the current distributions right now, but I
do intend to take a pass at them over Christmas. This is my chance to
include some other fixes that have been pending for several years now.
Anyone who has noticed textual errors should mail me corrections some
time during the next couple of weeks.
I claim the world's oldest XML legacy problem...
Jon
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/
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)
|