summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-suppressed.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/docbook/html/db2html-suppressed.xsl')
-rw-r--r--xslt/docbook/html/db2html-suppressed.xsl16
1 files changed, 16 insertions, 0 deletions
diff --git a/xslt/docbook/html/db2html-suppressed.xsl b/xslt/docbook/html/db2html-suppressed.xsl
new file mode 100644
index 0000000..142d4db
--- /dev/null
+++ b/xslt/docbook/html/db2html-suppressed.xsl
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<!--
+If you add a template to this stylesheet, put it under an appropriate header
+that states why this element is suppressed. Some elements are simply not
+supported, while other elements are expected only to be processed in certain
+modes because of the DocBook content model.
+-->
+
+<!-- Only occurs in db2html.funcsynopsis.mode -->
+<xsl:template match="funcsynopsisinfo"/>
+
+</xsl:stylesheet>