[Libxmlplusplus-general] Why do we use push mode?
- From: murrayc t-online de (Murray Cumming)
- To: libxml++ <libxmlplusplus-general lists sourceforge net>
- Subject: [Libxmlplusplus-general] Why do we use push mode?
- Date: 15 Nov 2002 12:33:42 +0100
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.
Using xmlSAXParseDoc() would help us unify the Dom and Sax parsers,
because they both use an underlying xmlDocPtr.
--
Murray Cumming
murray usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]