openPMD/openPMD-api

XML Backend

Aperta

#453 aperta il 27 gen 2019

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (57 fork)auto 404
backend: XMLgood first issue

Metriche repository

Star
 (160 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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:

Guida contributor