You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a profile for a state-level implementation of the 800-53 catalog and using the usnistgov/oscal-xslt's sp800-53A-catalog_html.xsl stylesheet to format the output.
The local implementation adds a new <part> with the name of state_implementation, and the XSLT includes replicas of the various control/part[@name='statement'] templates for control/part[@name='state_implementation'].
It works in all use cases except when I apply a withdrawn status that includes a moved-to or incorporated-into link, specifically:
So I'm clearly missing something in the XSLT to override the control/part[@name='statement'] for a withdrawn status, but I haven't been able to pinpoint what it is that's missing. Any guidance would be really appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Howdy all --
I am creating a profile for a state-level implementation of the 800-53 catalog and using the
usnistgov/oscal-xslt
'ssp800-53A-catalog_html.xsl
stylesheet to format the output.The local implementation adds a new
<part>
with the name ofstate_implementation
, and the XSLT includes replicas of the variouscontrol/part[@name='statement']
templates forcontrol/part[@name='state_implementation']
.It works in all use cases except when I apply a
withdrawn
status that includes amoved-to
orincorporated-into
link, specifically:In this instance, the output HTML renders properly (as shown below), but it also adds an errant reference to the linked control below it....
So I'm clearly missing something in the XSLT to override the
control/part[@name='statement']
for a withdrawn status, but I haven't been able to pinpoint what it is that's missing. Any guidance would be really appreciated.Beta Was this translation helpful? Give feedback.
All reactions