components/openscap/patches/security-guide-xsl.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 05 Jan 2015 13:33:36 -0800
changeset 3581 ac4a2e93e035
parent 1556 1b3a67a443bf
permissions -rw-r--r--
20231085 problem in UTILITY/ERLANG

This patch prevents a warning message from being generated when the input file
 is not an xccdf results file.

--- openscap-0.9.7/xsl/security-guide.xsl.orig    Tue Oct 29 11:52:16 2013
+++ openscap-0.9.7/xsl/security-guide.xsl    Tue Nov 12 15:37:21 2013
@@ -256,5 +256,7 @@
   </row>
 </xsl:template>

+<!-- override warn-unresolved for guide generation -->
+<xsl:template name='warn-unresolved'/>

 </xsl:stylesheet>