Next in thread → Next in month →

Re: [xml-dev] CppExpat: A set of C++11 bindings for Expat

From
Boris Kolpackov <>
To
Ryan Gonzalez <>
Date
2015-07-17T11:29:12Z
ID
<>
Thread
Re: [xml-dev] CppExpat: A set of C++11 bindings for Expat
Ryan Gonzalez <> writes:

> - It converts the given values to C++ types (e.g. char* -> std::string,
> void** -> std::map<std::string, std::string>.

There is also libstudxml[1] which adapts Expat to a streaming pull
parser and converts strings to values that one would actually want
to use (e.g., integers, enums, etc).

[1] http://www.codesynthesis.com/projects/libstudxml/

Boris
Next in thread → Next in month →