openPMD/openPMD-api

XML Backend

オープン

#453 opened on 2019/01/27

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (57 件のフォーク)auto 404
backend: XMLgood first issue

Repository metrics

Stars
 (160 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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:

コントリビューターガイド