[XML-SIG] Re: Sgmlop and IncrementalParser

Lars Marius Garshol larsga@garshol.priv.no
19 Jul 2001 15:38:00 +0200


* Alexandre Fayolle
| 
| Do you happen to know if Sgmlop would support being wrapped into an
| IncrementalParser, or am I better off using a plain XmlReader ?

sgmlop supports the IncrementalParser methods (feed, close, and reset).
So XMLReader.parse should be implemented using reset, feed and close.

--Lars M.