We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As described in lutaml/oscal#2 .
The implementation of this gem will be similar to that of metanorma-plugin-glossarist.
The text was updated successfully, but these errors were encountered:
From these two documents we need to come up with some good "macros" such that people can use them to render OSCAL content.
Sorry, something went wrong.
@ronaldtse From what I understand we would require the following for OSCAL plugin
params
oscal.yaml
inserts
metanorma-plugin-glossarist
[oscal, <file name>, <context name>]
:oscal-dataset: <dataset name>:<file_name>
For reading the OSCAL data from yaml files we can use https://github.com/metanorma/oscal-ruby gem.
yaml
https://github.com/metanorma/oscal-ruby
Did I get this right or do we need to do something else?
@HassanAkbar sorry for the late reply on this one. Yes this is correct.
We should however update the oscal-ruby gem first for this issue:
HassanAkbar
No branches or pull requests
As described in lutaml/oscal#2 .
The implementation of this gem will be similar to that of metanorma-plugin-glossarist.
The text was updated successfully, but these errors were encountered: