Skip to content

Commit

Permalink
Deploying content [ci deploy skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Deployment Bot committed Jun 16, 2019
1 parent 62e6670 commit 49fa677
Show file tree
Hide file tree
Showing 19 changed files with 24,588 additions and 23,927 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

15,246 changes: 7,623 additions & 7,623 deletions content/nist.gov/SP800-53/rev4/json/NIST_SP-800-53_rev4_catalog.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

30,490 changes: 15,245 additions & 15,245 deletions content/nist.gov/SP800-53/rev4/yaml/NIST_SP-800-53_rev4_catalog.yaml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion json/convert/oscal_catalog_xml-to-json-converter.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@
</map>
</xsl:template>
<xsl:template match="prop" mode="xml2json">
<xsl:variable name="text-key">STRVALUE</xsl:variable>
<xsl:variable name="text-key">
<xsl:value-of select="@name"/>
</xsl:variable>
<map key="prop">
<xsl:apply-templates mode="as-string" select="@name"/>
<xsl:apply-templates mode="as-string" select="@id"/>
Expand Down
4 changes: 3 additions & 1 deletion json/convert/oscal_profile_xml-to-json-converter.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@
</map>
</xsl:template>
<xsl:template match="prop" mode="xml2json">
<xsl:variable name="text-key">STRVALUE</xsl:variable>
<xsl:variable name="text-key">
<xsl:value-of select="@name"/>
</xsl:variable>
<map key="prop">
<xsl:apply-templates mode="as-string" select="@name"/>
<xsl:apply-templates mode="as-string" select="@id"/>
Expand Down
4 changes: 3 additions & 1 deletion json/convert/oscal_ssp_xml-to-json-converter.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@
</map>
</xsl:template>
<xsl:template match="prop" mode="xml2json">
<xsl:variable name="text-key">STRVALUE</xsl:variable>
<xsl:variable name="text-key">
<xsl:value-of select="@name"/>
</xsl:variable>
<map key="prop">
<xsl:apply-templates mode="as-string" select="@name"/>
<xsl:apply-templates mode="as-string" select="@id"/>
Expand Down
175 changes: 146 additions & 29 deletions xml/convert/oscal_catalog_json-to-xml-converter.xsl

Large diffs are not rendered by default.

220 changes: 185 additions & 35 deletions xml/convert/oscal_profile_json-to-xml-converter.xsl

Large diffs are not rendered by default.

581 changes: 482 additions & 99 deletions xml/convert/oscal_ssp_json-to-xml-converter.xsl

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion xml/schema/oscal_profile_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,12 @@
<xs:element maxOccurs="unbounded" minOccurs="0" ref="oscal-profile:link"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="oscal-profile:part"/>
</xs:sequence>
<xs:attribute name="param-id" type="xs:NCName" use="required"/>
<xs:attribute name="param-id" type="xs:NCName" use="required">
<xs:annotation>
<xs:documentation>
<b>Parameter ID: </b>Value of the 'id' flag on a target parameter</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="class" type="xs:NMTOKENS">
<xs:annotation>
<xs:documentation>
Expand Down

0 comments on commit 49fa677

Please sign in to comment.