File: xccdf2stigformat.xslt

package info (click to toggle)
scap-security-guide 0.1.39-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 31,836 kB
  • sloc: xml: 129,736; python: 7,462; sh: 3,796; makefile: 27
file content (7 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://checklists.nist.gov/xccdf/1.1" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" exclude-result-prefixes="cdf">

<xsl:include href="../../shared/transforms/shared_xccdf2stigformat.xslt"/>
<xsl:include href="constants.xslt"/>

</xsl:stylesheet>