[PATCH 4/7] including dublin core namespace in input documents

Jeffrey Blank blank at eclipse.ncsc.mil
Tue Oct 2 14:02:22 UTC 2012


Signed-off-by: Jeffrey Blank <blank at eclipse.ncsc.mil>
---
 RHEL6/input/guide.xml  |    2 +-
 RHEL6/input/guide.xslt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RHEL6/input/guide.xml b/RHEL6/input/guide.xml
index 622b680..393de70 100644
--- a/RHEL6/input/guide.xml
+++ b/RHEL6/input/guide.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<Benchmark xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="RHEL-6" xsi:schemaLocation="http://checklists.nist.gov/xccdf/1.1 xccdf-1.1.4.xsd" resolved="false" xml:lang="en-US" >
+<Benchmark xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" id="RHEL-6" xsi:schemaLocation="http://checklists.nist.gov/xccdf/1.1 xccdf-1.1.4.xsd" resolved="false" xml:lang="en-US" >
 
   <status date="2011-12-20">draft</status>
   <title>DRAFT Guide to the Secure Configuration of Red Hat Enterprise Linux 6</title>
diff --git a/RHEL6/input/guide.xslt b/RHEL6/input/guide.xslt
index 45793f0..4944f0d 100644
--- a/RHEL6/input/guide.xslt
+++ b/RHEL6/input/guide.xslt
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xccdf="http://checklists.nist.gov/xccdf/1.1" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xccdf="http://checklists.nist.gov/xccdf/1.1" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/">
 
   <xsl:template match="Benchmark">
     <xsl:copy>
-- 
1.7.1



More information about the scap-security-guide mailing list