Denis Maier
Denis Maier
I hope that development of upcoming versions will be a bit easier now that we've managed to closed quite a lot of the legacy issues. After 1.0.2 is done, we...
I am not sure this is what @bwiernik was talking about in his post: --- For the data schema, an option might be to split out the schemas into separate...
Also, variables in json and rnc are not necessarily identical.
Ok, sorry for the noise.
> We just need a script that will parse the rnc file(s) into patterns and strings, that would match what would be in the output target; something like: Unless we...
That looks good. How did you do that? Manually? > There's not much difference, other than YAML not requiring customized parsing. Well, I think the main advantage is that we...
So that would mean switching to rng xml syntax? Can this be used together with the main schema being in compact syntax?
I've been toying around a bit with this here: ```python #!/usr/bin/env python # -*- coding: utf-8 -*- import yaml import json from string import Template # Define the RNG template,...
So, we add this for 1.0.2? @bwiernik ?
The general idea is good, yes. I am not sure this can be resolved in CSL alone. The necessary tracking mechanism most likely involves some extension to the current API...