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:

貢獻者指南