[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSVI
- From: John Cowan <jcowan@reutershealth.com>
- To: "Henry S. Thompson" <ht@cogsci.ed.ac.uk>
- Date: Tue, 06 Mar 2001 11:24:30 -0500
Henry S. Thompson wrote:
> [G]iven
>
> <?xml version='1.0' standalone='yes'?>
> <!DOCTYPE foo [
> <!ATTLIST foo baz CDATA 'banana'>
> ]>
> <foo/>
>
> some conforming processors will fill in the attribute value and some
> won't.
Not.
As Section 5.1 says:
# While [non-validating processors] are not required to check the
# document for validity, they are required to *process* all the
# declarations they read in the internal DTD subset [...] up
# to the first reference to a parameter entity that they do /not/
# read; that is to say, they must use the information in those
# declarations to [...] supply default attribute values.
The presence of "must" means that processors that don't fill in
the attribute value are not conforming processors. This is
an important point, since it is a widespread myth that non-validating
processors may ignore the DTD altogether.
--
There is / one art || John Cowan <jcowan@reutershealth.com>
no more / no less || http://www.reutershealth.com
to do / all things || http://www.ccil.org/~cowan
with art- / lessness \\ -- Piet Hein
- Follow-Ups:
- Re: PSVI
- From: ht@cogsci.ed.ac.uk (Henry S. Thompson)
- References:
- PSVI
- From: Tim Bray <tbray@textuality.com>
- Re: more grist
- From: Ben Trafford <ben@legendary.org>
- re: PSVI
- From: "Simon St.Laurent" <simonstl@simonstl.com>
- Re: PSVI
- From: ht@cogsci.ed.ac.uk (Henry S. Thompson)