usnistgov / oscal-xslt

Open source XSLT for OSCAL display and processing
Other
6 stars 3 forks source link

Integrate metaschema-xslt repository as submodule #14

Open wendellpiez opened 8 months ago

wendellpiez commented 8 months ago

This repository now needs services now being offered in the metaschema-xslt repo - specifically the develop branch, but ongoing.

Specifically (in near term):

In longer term, these pipelines would also support initiatives such as OSCAL in SaxonJS in NodeJS - XSLT-based schema production, data conversion, etc. (Assuming the utilities are also tested!)

Note: one reason for this is so oscal-xslt can be self-contained over metaschema instances specified dynamically, i.e. not hard wired to any version of OSCAL. Obviously when developing it is good and necessary to have OSCAL inputs including temporary OSCAL artifacts.

But this repository aims to be a submodule of OSCAL and thus must avoid that upstream dependency. The metaschema (version) for any process must be configurable dynamically.

For this Issue:

Additionally, avoid merge conflicts with WIP for #12 if/as possible.