[Libxmlplusplus-general] Why do we use push mode?



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]