Mini-XML 2.11 fixes a number of bugs, adds support for reproducible builds, cross-compilation, and enumeration of element attributes, and adds support for generating EPUB documentation using mxmldoc.
Enjoy!
Download Mini-XML 2.11 Home Page
Changes include:
mxmlElementSetAttrf did not work with some versions of Visual Studio
(Issue #184)mxmlElementGetAttrByIndex and mxmlELementGetAttrCount functions
(Issue #185)SOURCE_DATE_EPOCH environment
variable for reproducible builds (Issue #193)mxmlNewOpaquef and mxmlSetOpaquef functions to add and set formatted
opaque string values.@exclude format@ comments to exclude
documentation based on the output format. The format string can be all to
exclude documentation for all formats or a comma-delimited list such as
@exclude man,html@.