[PATCH 2/2] commented out vestige of variable display

David Smith dsmith at eclipse.ncsc.mil
Tue Sep 25 20:00:54 UTC 2012


Signed-off-by: David Smith <dsmith at eclipse.ncsc.mil>
---
 RHEL6/transforms/xccdf2table-profileccirefs.xslt |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/RHEL6/transforms/xccdf2table-profileccirefs.xslt b/RHEL6/transforms/xccdf2table-profileccirefs.xslt
index dfa0c80..f09cc86 100644
--- a/RHEL6/transforms/xccdf2table-profileccirefs.xslt
+++ b/RHEL6/transforms/xccdf2table-profileccirefs.xslt
@@ -154,17 +154,16 @@
 			 <br/>If <xsl:value-of select="cdf:check-export/@export-name" />, this is a finding. 
 			 </xsl:if>
 		</xsl:if>
-	    <xsl:if test="@system=$ovaluri">
+<!--	    <xsl:if test="@system=$ovaluri">
 		<xsl:for-each select="cdf:check-export">
 			<xsl:variable name="rulevar" select="@value-id" />
-				<!--<xsl:value-of select="$rulevar" />:-->
 				<xsl:for-each select="/cdf:Benchmark/cdf:Profile[@id=$profile]/cdf:refine-value">
 					<xsl:if test="@idref=$rulevar">
 						<xsl:value-of select="@selector" />
 					</xsl:if>
 				</xsl:for-each>
 		</xsl:for-each>
-		</xsl:if>
+		</xsl:if> -->
 	</xsl:template>
 
 
-- 
1.7.1



More information about the scap-security-guide mailing list