[XML-SIG] A first attempt at a SAX 2.0 draft

Lars Marius Garshol larsga@garshol.priv.no
03 Mar 2000 08:48:26 +0100


* Fred L. Drake, Jr.
| 
| I think using a file-like object is sufficient.  I haven't looked at
| the implementation in it's current form, but we should be able to
| view a stream of unicode text as a file with read() and readline()
| methods that do the right thing.

This is how I interpret the current version of Marc-André Lemburg's
proposal as well, and so this is what the InputSource object does. It
does maintain a distinction, though.

--Lars M.