[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <ak117@freenet.carleton.ca>
- To: xml-dev@ic.ac.uk
- Date: Sat, 24 Jan 1998 07:31:03 -0500
Peter Murray-Rust writes:
> isInDefaultEventSet (true | false) "false"
> isUnicast (oui | non) "non"
Actually for pre-WebSGML,the best choice is usually to make the tokens
more descriptive:
<!ATTLIST foo
defaultEventSet (defaultEventSet|noDefaultEventSet) "noDefaultEventSet"
unicast (unicast|noUnicast) "noUnicast">
> You might try running your ATTLIST through one or more parsers and seeing
> what happens. It is billed as a 'validity constraint', so it would be
> interesting to see under what conditions the parsers trap it.
AElfred does not report all required errors, but even if it did, it
could either ignore this one or simply issue a warning: since
interoperability constraints are non-binding recommendations.
All the best,
David
--
David Megginson ak117@freenet.carleton.ca
Microstar Software Ltd. dmeggins@microstar.com
http://home.sprynet.com/sprynet/dmeggins/
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)
|