[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: XML 1.0 - Element order significance
- From: Eric Bohlman <ebohlman@earthlink.net>
- To: Mike Brown <mbrown@corp.webb.net>,"'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
- Date: Mon, 22 Jan 2001 23:06:10 -0600
1/22/01 5:05:09 PM, Mike Brown <mbrown@corp.webb.net> wrote:
>So I believe that it is up to SAX, DOM, the Infoset, XPath, and applications
>to say whether their respective models consider elements to be ordered. (SAX
>doesn't really count, though, since it is essentially reporting what is
>implied by the markup as it serially reads the document).
Note that XHTML, among other XML-defined languages, would be impossible to
parse correctly with a processor that did not respect document order. In
"publishing" applications, sibling element nodes really have to form a list
rather than a set.