From: <jul...@ho...> - 2002-11-15 12:19:13
|
Hello. > > > Why do we push mode, for instance with xmlCreatePushParserCtxt() instead > > > of just xmlSAXParseDoc(). I think "push mode" allows us to provide data > > > piece by piece, instead of all-at-once, but I don't think we need that. > > > > It allows to write programas that process long documents with low memory > > consumption. I think is important to have such possibility. > > The possibility might be nice, but I don't think we use it so far. Am I > right? It can be a minority of uses, I don't know, but if is important to libxml to support it I think it will be eqully important to libxml++. Regards. |