Skip to content
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

Profile resolver: Test merge phase, plus minor XSLT enhancements #1207

Merged
merged 1 commit into from
May 4, 2022

Commits on Apr 17, 2022

  1. Test merge phase, plus minor XSLT enhancements

    XSLT
    - Move some code from oscal-profile-resolve-select.xsl to new file, select-or-custom-merge.xsl, and share it between Selection phase and Merge phase.
    - Add error checking for multiple structuring directives.
    - Finish the incomplete support for `insert-controls/@order`.
    - Fix bug in support for `@with-parent-controls` in Selection phase.
    
    XSpec
    - In select.xspec, add test for order of controls matching imported document, not profile document. Also, add test for `@with-parent-controls` bug fix.
    - Create merge-combine.xspec for testing combine-elements and mode="o:combine-elements" templates.
    - Organize tests among merge.xspec, merge-combine.xspec, merge-as-is.xspec, and merge-custom.xspec.
    - Integrate back-matter testing into template-level tests in merge.xspec and merge-as-is.xspec, and delete merge-back-matter.xspec.
    galtm committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    f3c989d View commit details
    Browse the repository at this point in the history