What is not in the infoset

Hi all,

This is an easy action item:

http://www.w3.org/TR/2004/REC-xml-infoset-20040204/#omitted

This points to the following list:

    1. The content models of elements, from ELEMENT declarations in the DTD.
    2. The grouping and ordering of attribute declarations in ATTLIST  
declarations.
    3. The document type name.
    4. White space outside the document element.
    5. White space immediately following the target name of a PI.
    6. Whether characters are represented by character references.
    7. The difference between the two forms of an empty element: <foo/> and  
<foo></foo>.
    8. White space within start-tags (other than significant white space in  
attribute values) and end-tags.
    9. The difference between CR, CR-LF, and LF line termination.
   10. The order of attributes within a start-tag.
   11. The order of declarations within the DTD.
   12. The boundaries of conditional sections in the DTD.
   13. The boundaries of parameter entities in the DTD.
   14. Comments in the DTD.
   15. The location of declarations (whether in internal or external subset  
or parameter entities).
   16. Any ignored declarations, including those within an IGNORE  
conditional section, as well as entity and attribute declarations ignored  
because previous declarations override them.
   17. The kind of quotation marks (single or double) used to quote  
attribute values.
   18. The boundaries of general parsed entities.
   19. The boundaries of CDATA marked sections.
   20. The default value of attributes declared in the DTD.

So now it's up to Christian to find out what is not in Dom :)

Best,

Felix

Received on Thursday, 1 September 2005 13:24:56 UTC