RuleML / issues-ruleml

A repository solely for RuleML issues. No schemas or documents should be committed here.
3 stars 3 forks source link

Refactor Conversion of RNC to XSD #71

Open greenTara opened 8 years ago

greenTara commented 8 years ago

There are different XSLTs that need to be applied depending on whether the schema is "min" or "normal" (or both or neither). It is awkward to handle this increasing complexity through separate directories for the different classes.

Option 1: perform all the processing, from configuration to post-processing, in one pass.

Option 2: introduce an annotation that tells the (unique) post-processing XSLT how to post-process.