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

12 lines
355 B
XML

<?xml version='1.0' ?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="include/StandardTransforms.xsl"/>
<xsl:template match="DirectoryInfo">
<xsl:call-template name="PrintReturn"/>
<xsl:value-of select="."/>
<xsl:call-template name="PrintReturn"/>
</xsl:template>
</xsl:transform>