add strip space to csv output

This commit is contained in:
skyanth 2020-04-27 10:37:20 +02:00
parent 99427007e7
commit 0308f119f9

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text"/>
<xsl:output method="text" />
<xsl:strip-space elements="*"/>
<xsl:variable name="delimiter">;</xsl:variable>
<xsl:template match="/pentest_report">