ods-reader: Integrate xmlTextReaderRead() calls into process_node().
commit8594a88d65b62177ad2f7db78e8487e69354cbf2
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 29 May 2023 23:36:20 +0000 (29 16:36 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 29 May 2023 23:36:20 +0000 (29 16:36 -0700)
treebcc0fb5eb46536841834b0daa09d755d6f02e873
parent2315dad4ee6e7baa0859a067ea7a44e78b3d2211
ods-reader: Integrate xmlTextReaderRead() calls into process_node().

This will allow using xmlTextReaderNext() instead of xmlTextReaderRead()
for some kinds of nodes.
src/data/ods-reader.c