Structured streams and SAX

A thought I just had: should the libwww structured streams
        http://www.w3.org/Library/src/HTStruct.html
be extended to contain all of SAX (The Simple API for XML)?

SAX
        http://www.megginson.com/SAX/
currently exists for Java and Python (it's supported by more than one
parser in each language, at least...:-) ).

Today I've looked at two C++ implementations of SAX:
        http://www.jezuk.demon.co.uk/SAX/
        http://www.cgocable.net/~mlepage/minion/doc/

An overview of the involved interfaces of SAX can be found in the
python SAX documentation:
        http://www.python.org/doc/howto/xml/SAX.html

Received on Tuesday, 21 September 1999 09:31:15 UTC