From 071afe00de758ec2e35bb0e5078bf177589a5328 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 10 Nov 2013 16:49:48 +0100 Subject: Add omit-xml-declaration to XSLs to prevent XSLT processors from adding XML header to the output. --- src/xsl/show_firewall.xsl | 2 ++ src/xsl/show_firewall_detail.xsl | 2 ++ src/xsl/show_firewall_statistics.xsl | 2 ++ src/xsl/show_firewall_statistics_brief.xsl | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/xsl/show_firewall.xsl b/src/xsl/show_firewall.xsl index 236fd2f..e855902 100644 --- a/src/xsl/show_firewall.xsl +++ b/src/xsl/show_firewall.xsl @@ -33,6 +33,8 @@ + + diff --git a/src/xsl/show_firewall_detail.xsl b/src/xsl/show_firewall_detail.xsl index 2cef154..ea388e0 100644 --- a/src/xsl/show_firewall_detail.xsl +++ b/src/xsl/show_firewall_detail.xsl @@ -33,6 +33,8 @@ + + diff --git a/src/xsl/show_firewall_statistics.xsl b/src/xsl/show_firewall_statistics.xsl index 611fcea..79e95cf 100644 --- a/src/xsl/show_firewall_statistics.xsl +++ b/src/xsl/show_firewall_statistics.xsl @@ -33,6 +33,8 @@ + + diff --git a/src/xsl/show_firewall_statistics_brief.xsl b/src/xsl/show_firewall_statistics_brief.xsl index fb03dc1..3840b09 100644 --- a/src/xsl/show_firewall_statistics_brief.xsl +++ b/src/xsl/show_firewall_statistics_brief.xsl @@ -33,6 +33,8 @@ + + -- cgit v1.2.3