openPMD/openPMD-api

XML Backend

Aberta

#453 aberto em 27 de jan. de 2019

 (0 comentário) (0 reação) (0 responsável)C++ (57 forks)auto 404
backend: XMLgood first issue

Métricas do repositório

Stars
 (160 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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:

Guia do colaborador