Elements-Attributes-Data (was RE: SAX2 RFD: LexicalHandler draft v.1.1)

David Megginson david at megginson.com
Thu Mar 25 20:02:29 GMT 1999


Gavin Thomas Nicol writes:

 > Speaking of which, I am continually surprised by SAX's lack of
 > comment interfaces....

SAX was originally designed specifically for production use, not for
authoring (to meet the 80/20, or in this case, the 98/2 rule).

That said, comments will be there in SAX2 in the (optional)
LexicalHandler for people who want them, but the lack of comment and
CDATA interfaces have certainly not hindered the SAX application base
so far.

There are only three things that most XML applications need to know
about:

1. Elements
2. Attributes
3. Character Data

It makes a nice little litany: elements-attributes-data,
elements-attributes-data, elements-attributes-data,
elements-attributes-data.  Yes, XML really is/should be that easy.

Actually, apps need to know about error messages too, but that wrecks
the litany.  Everything else should be taken care of invisibly by the
parser.



All the best,


David

-- 
David Megginson                 david at megginson.com
           http://www.megginson.com/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list