summaryrefslogtreecommitdiff
path: root/stylesheets/db2html-math.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/db2html-math.xsl')
-rw-r--r--stylesheets/db2html-math.xsl22
1 files changed, 22 insertions, 0 deletions
diff --git a/stylesheets/db2html-math.xsl b/stylesheets/db2html-math.xsl
new file mode 100644
index 00000000..aef01c08
--- /dev/null
+++ b/stylesheets/db2html-math.xsl
@@ -0,0 +1,22 @@
+<?xml version='1.0'?><!-- -*- Mode: fundamental; tab-width: 3 -*- -->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<xsl:template match="alt">
+ <xsl:call-template name="FIXME"/>
+</xsl:template>
+
+<xsl:template match="equation">
+ <xsl:call-template name="FIXME"/>
+</xsl:template>
+
+<xsl:template match="informalequation">
+ <xsl:call-template name="FIXME"/>
+</xsl:template>
+
+<xsl:template match="inlineequation">
+ <xsl:call-template name="FIXME"/>
+</xsl:template>
+
+</xsl:stylesheet>