add strip space to csv output
This commit is contained in:
parent
99427007e7
commit
0308f119f9
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user