shadowbrokers-exploits/windows/Resources/Dsz/Commands/Display/gui_display.xsl
2017-04-14 11:45:07 +02:00

17 lines
No EOL
541 B
XML

<?xml version='1.1' ?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="include/StandardTransformsXml.xsl"/>
<xsl:template match="Success">
<xsl:call-template name="XmlOutput">
<xsl:with-param name="type" select="'Good'"/>
<xsl:with-param name="text">
<xsl:call-template name="PrintReturn"/>
<xsl:text>GUI command completed</xsl:text>
<xsl:call-template name="PrintReturn"/>
</xsl:with-param>
</xsl:call-template>
</xsl:template>
</xsl:transform>