v2.0.4 Oh, wait now.
Turns out that changing the enum into and enum class causes a lot of pointless rewriting, so this imports the names into the rapidxml namespace directly with a "using enum", so no code changes are needed anymore.
What's Changed
Full Changelog: v2.0.3...v2.0.4