Commit Graph

4 Commits

Author SHA1 Message Date
Sebastian Thiel
1980f76c32 feat(make): makefile for handling json-to-xml
That way, it will remain clearly documented how to do this, and allow
for efficient calling of gsl as well, at some point.

Of course it will be a little more difficult for us to know all
dependencies, but gsl could generate these as well for us, I suppose.
2015-03-01 09:24:16 +01:00
Sebastian Thiel
e83b063f05 fix(json2xml): works exactly as needed.
Producing non-malformed pretty xml
2015-03-01 09:03:49 +01:00
Sebastian Thiel
e0724fb56f fix(json2xml): xml.tostring works now ...
... but it still generates invalid output due to scopes.
Should be an easy fix
2015-03-01 08:22:35 +01:00
Sebastian Thiel
143aa6fd86 fix(json2xml): make it handle top-level keys
It can now handle multiple of them.

However, conversion fails, as the bloody xml converter can't handle
booleans ??? WTF
2015-03-01 08:06:24 +01:00