openPMD/openPMD-api

XML Backend

Offen

#453 geöffnet am 27.01.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (57 Forks)auto 404
backend: XMLgood first issue

Repository-Metriken

Stars
 (160 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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:

Contributor Guide