It's for simplicity, but I don't feel it affects readability. The way
I comment XML DTDs is thus:
<!-- thiselement: a sample element -->
<!ELEMENT thiselement (contentmodel)>
<!-- id: unique identifier for the element
role: one of
good: looks like Toshiro Mifune
bad: looks like Clint Eastwood
ugly: looks like Paula Jones
whatever: I don't care; put something here -->
<!ATTLIST thiselement
id ID #IMPLIED
role (good|bad|ugly) "good"
whatever CDATA #REQUIRED>
HTH,
Chris
-- <!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN"> <!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN" "<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487 <USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>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)