axmol/thirdparty/xsxml
Deal c3855e50fa
Update README.md
2024-02-16 21:44:08 +08:00
..
no-recursive Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
.clang-format Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
README.md Update README.md 2024-02-16 21:44:08 +08:00
xsxml.hpp Ensure valid whitespace is not trimmed when html parsing mode is used (#1689) 2024-02-16 21:42:11 +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/dev/core/platform/SAXParser.cpp