-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements to runtime interfaces for content converter XSLTs #174
Labels
enhancement
New feature or request
Milestone
Comments
Also consider putting templates in both stylesheets into (default) modes; currently because both directions are implemented in template sets in no-mode, they cannot be imported into the same XSLT cleanly. |
Also better stress testing of runtimes and error reporting (evaluation of text value templates etc.) |
This was referenced Sep 24, 2021
wendellpiez
added a commit
to wendellpiez/metaschema
that referenced
this issue
Sep 27, 2021
…time interfaces of generated JSON and XML converters
8 tasks
wendellpiez
added a commit
to wendellpiez/metaschema
that referenced
this issue
Nov 12, 2021
…late priority setting to intervene over template clashes usnistgov#174
8 tasks
david-waltermire
pushed a commit
that referenced
this issue
Nov 17, 2021
* Addressing #174 cf also usnistgov/OSCAL#1020 - adjusting runtime interfaces of generated JSON and XML converters * Adding support for passing in JSON literal (to be tested); added template priority setting to intervene over template clashes #174 * Updating tests * Correcting omission resulting in redundant path expressions (same step expressed multiply); tests; refinement of path matching to distinguish between flag matches signaled by 'attribute::' axis, vs field or assembly matches via 'child::' (or implicit) axis. With tests over current OSCAL SSP model. * Touchups to unit tests * Updated readme on OSCAL metaschema examples
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story:
Prompted by discussions related to usnistgov/OSCAL#1020, there are a couple of enhancements we can consider to the XML-to-JSON and JSON-to-XML converters in the XSLT-M4 implementation, to make them more robust and easier to use.
Goals:
json-data
parameter to pass in literal JSON instead of a file referenceDependencies:
This can happen along with any bug repair / testing work.
Acceptance Criteria
{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}
The text was updated successfully, but these errors were encountered: