R
rpseguin
Ok.
I've looked at expat, libxml, ...
Too much baggage!
I would like to find a small XML walker/"parser"/reader that simply
gives me callbacks (C++ or C). No validation needed or wanted.
I would prefer some open sourced, portable thing (Linux, OS/X, Windows,
POSIX), with at most a couple of files and with no external
dependencies. Anything beyond that, and I'm going to write my own.
I'm trying to make a small tool with as few external dependencies as
possible.
One of my gripes about a lot of open source stuff these days (I must be
getting crochety is the creep of dependencies. Oh, you want to use
A, well you also need to get B, C and D, but B also needs E and F, ...
Thanks!
I've looked at expat, libxml, ...
Too much baggage!
I would like to find a small XML walker/"parser"/reader that simply
gives me callbacks (C++ or C). No validation needed or wanted.
I would prefer some open sourced, portable thing (Linux, OS/X, Windows,
POSIX), with at most a couple of files and with no external
dependencies. Anything beyond that, and I'm going to write my own.
I'm trying to make a small tool with as few external dependencies as
possible.
One of my gripes about a lot of open source stuff these days (I must be
getting crochety is the creep of dependencies. Oh, you want to use
A, well you also need to get B, C and D, but B also needs E and F, ...
Thanks!