axmol/thirdparty/xsxml
halx99 49284f4cc2 Working on c++23
There are many more efficient features on future c++23 standard
2023-02-18 11:39:31 +08:00
..
no-recursive Working on c++23 2023-02-18 11:39:31 +08:00
.clang-format Working on c++23 2023-02-18 11:39:31 +08:00
README.md Working on c++23 2023-02-18 11:39:31 +08:00
xsxml.hpp Working on c++23 2023-02-18 11:39:31 +08:00

README.md

xsxml

The embedded xml SAX parser, extract from rapidxml DOM parser: https://github.com/dwd/rapidxml
The non-recursive revision is extract from pugixml DOM parser: https://github.com/zeux/pugixml

SAX2 handler

Please see: https://github.com/axmolengine/axmol/blob/master/core/platform/CCSAXParser.cpp