diff options
Diffstat (limited to 'docs/docbook/xslt/db2latex/html.mod.xsl')
-rw-r--r-- | docs/docbook/xslt/db2latex/html.mod.xsl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/docbook/xslt/db2latex/html.mod.xsl b/docs/docbook/xslt/db2latex/html.mod.xsl new file mode 100644 index 0000000000..fade6e7e78 --- /dev/null +++ b/docs/docbook/xslt/db2latex/html.mod.xsl @@ -0,0 +1,17 @@ +<?xml version='1.0'?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> + <!--############################################################################# + | $Id: html.mod.xsl,v 1.1 2003/04/30 21:39:49 ab Exp $ + |- ############################################################################# + | $Author: ab $ + | + | PURPOSE: + | + + ############################################################################## --> + + + <xsl:template name="html"> + </xsl:template> + +</xsl:stylesheet> + |