From: <jul...@ho...> - 2002-11-15 11:55: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. Regards. |