disbale indenting for smaller output
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
<!-- ====================================================================== -->
|
||||
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output method="text" encoding="utf-8"/>
|
||||
<xsl:output
|
||||
doctype-system="about:legacy-compat"
|
||||
encoding="utf-8"
|
||||
indent="no"
|
||||
method="text"
|
||||
omit-xml-declaration="yes" />
|
||||
|
||||
<xsl:template match="version">
|
||||
<xsl:value-of select="."/>
|
||||
|
||||
Reference in New Issue
Block a user