added a eventcheck script to check and event log against a signed RIM

This commit is contained in:
iadgovuser26
2020-05-27 17:31:15 -04:00
parent 1cf1d4ec92
commit ff955bd499
19 changed files with 598 additions and 539 deletions

View File

@ -0,0 +1,7 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>