[
Lists Home |
Date Index |
Thread Index
]
>
> > The XML 1.0 well-formedness definition specifically states that
> > attributes are unordered, but says nothing about elements.
> > This means that technically speaking, a conforming XML parser
> > might decide to report the child elements of memo in Listing 1
> > in any order.
>
> Good grief!
>
It's worse than that, a conforming XML parser might decide only to report
half the elements, and to rename them all as foobar.
The reporting requirements in the XML spec are notoriously incomplete.
Fortunately most writers of XML parsers want their products to be not only
conformant, but useful.
Michael Kay
http://www.saxonica.com/
|