Signed-off-by: Jeffrey Blank <[email protected]>
---
 RHEL6/transforms/table-add-vulnids.xslt |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)
 delete mode 100644 RHEL6/transforms/table-add-vulnids.xslt

diff --git a/RHEL6/transforms/table-add-vulnids.xslt 
b/RHEL6/transforms/table-add-vulnids.xslt
deleted file mode 100644
index 92f51e0..0000000
--- a/RHEL6/transforms/table-add-vulnids.xslt
+++ /dev/null
@@ -1,24 +0,0 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>
-
-<!-- this transform inserts a counter into the first column, as Vuln-ID 
placeholder -->
-<!-- a unique Vuln-ID is assigned on a per-description basis (td[5]) -->
-
-<xsl:key name="rows-by-title" match="tr" use="td[5]" />
-
-<xsl:template match="table/tr/td[1]" >
-       <!-- this (possibly witchcraft) will go away as soon as oscap's xccdf 
resolve works -->
-       <!-- see stackoverflow.com question 941662 for explanation -->
-       <td>V-<xsl:value-of select="count(
-                                       (.. | ../preceding-sibling::tr)[
-                     count(. | key('rows-by-title', td[5])[1]) = 1
-                           ])" /> </td>
-</xsl:template>
-
-
-<xsl:template match="@*|node()" >
-       <xsl:copy>
-               <xsl:apply-templates select="@*|node()"/>
-       </xsl:copy>
-</xsl:template>
-
-</xsl:stylesheet>
-- 
1.7.1

_______________________________________________
scap-security-guide mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide

Reply via email to