Monday 20 May, 2002
#Few little fixes today - the expat_wrapper now calls startDTD("[dtd]")/endDTD("[dtd]) correctly, libxml wrapper now uses
read rather than getline so should be marginally quicker (and the locator stuff should work better too), and a variety of fixed to the XMLFilterImpl stuff. Put together an initial SAX::Writer to demonstrate the filter stuff.
I also noticed that Xerces reports LexicalHandler event in the wrong order - the endDTD callback happens too early. I'll raises this as a bug tomorrow.
