cgeltly / treechecker

Error checking for genealogical data files
GNU General Public License v3.0
2 stars 1 forks source link

XML or RDF import / export #19

Open cgeltly opened 9 years ago

cgeltly commented 9 years ago

Initially we want to develop XML or RDF import / export functionality to facilitate transfer of genealogies between TreeChecker instances. However, this functionality will also open up the potential for data exchange with other software, in a format other than GEDCOM.

mhkuu commented 9 years ago

Laravel's default serialization format is JSON, so I started with that. There are several JSON to XML converters available, I'll have a look what suits us best.

After that, we'll have to add a deserialization function.

mhkuu commented 9 years ago

Current status: