[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <david-b@pacbell.net>
- To: Marc.McDonald@Design-Intelligence.com
- Date: Fri, 14 May 1999 16:53:37 -0700
Marc.McDonald@Design-Intelligence.com wrote:
>
> > XML requires deterministic content models. This allows
> > validators to do their job without having to look more
> > than one element ahead
> > or do brute force tree searches.
>
> The validator may not have to look more than 1 element ahead, but it does
> need to look <n> elements behind or construct a tree representation for the
> pattern due to optional elements:
>
> <!ELEMENT x (a? | b?)>
> <!ELEMENT a (c,d,e,f,g)>
> <!ELEMENT b (c,d,e,f,h)>
>
> With an input of elements c, d, e, f, h in element x.
Actually, the content model for "x" is in error there, so any
XML processor is allowed to report an error however rudely it
chooses to do so. That content model is "ambigious".
- Dave
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/ and on CD-ROM/ISBN 981-02-3594-1
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)
|