backend: XMLgood first issue
仓库指标
- 星标
- (160 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
We could add an XML backend, which allows for easy verification with schema's from web development.
Somewhat similar to our JSON backend (which is more compact), XML has a more natural and verbose handling of "attributes" and "data".
This is a good way to get started when learning openPMD-api.
Potentially Interesting Dependency for Backend
- https://github.com/zeux/pugixml
- https://github.com/leethomason/tinyxml2
- https://github.com/fffaraz/awesome-cpp#xml
Or, converting rapidxml & yaml-cpp objects to our (existing) nlohmann:json objects: