summaryrefslogtreecommitdiffstats
path: root/docbook/custom_layer_single_html.xsl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /docbook/custom_layer_single_html.xsl
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docbook/custom_layer_single_html.xsl')
-rw-r--r--docbook/custom_layer_single_html.xsl16
1 files changed, 16 insertions, 0 deletions
diff --git a/docbook/custom_layer_single_html.xsl b/docbook/custom_layer_single_html.xsl
new file mode 100644
index 00000000..bdd136d8
--- /dev/null
+++ b/docbook/custom_layer_single_html.xsl
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<!-- copied from custom_layer_chm.xsl -->
+
+<!-- import the main stylesheet -->
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+
+<xsl:output
+ method="html"
+ encoding="UTF-8"
+ indent="yes"
+ />
+
+</xsl:stylesheet>