openPMD/openPMD-api

XML Backend

开放

#453 创建于 2019年1月27日

 (0 条评论) (0 个反应) (0 位负责人)C++ (57 个派生)auto 404
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

Or, converting rapidxml & yaml-cpp objects to our (existing) nlohmann:json objects:

贡献者指南