summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-block.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-05-24 16:00:48 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-05-24 16:00:48 +0000
commit1c5750cec37824d2ae393e138c73ba0bbbb38180 (patch)
tree6b307e15182a88977ae026eb9aaed941a16803b8 /xslt/docbook/html/db2html-block.xsl
parentc89cef7d08e8bee73ffe5b565e59e67a2479b2cb (diff)
downloadgnome-doc-utils-1c5750cec37824d2ae393e138c73ba0bbbb38180.tar.gz
- Made a custom db2html to show the source
* test/testdocs/Makefile: * test/testdocs/db2html: - Made a custom db2html to show the source * xslt/docbook/html/Makefile.am: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html.xsl: - Added db2html-table.xsl, mostly commented out * xslt/docbook/html/db2html-block.xsl: - Added para * xslt/docbook/html/db2html-inline.xsl: - Fixed trademark to process children * xslt/docbook/html/db2html-list.xsl: - Re-added variablelist support * xslt/docbook/html/db2html-media.xsl: - Commented out some problematic parts, needs to be fixed
Diffstat (limited to 'xslt/docbook/html/db2html-block.xsl')
-rw-r--r--xslt/docbook/html/db2html-block.xsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/xslt/docbook/html/db2html-block.xsl b/xslt/docbook/html/db2html-block.xsl
index 1f606ec..a4d334f 100644
--- a/xslt/docbook/html/db2html-block.xsl
+++ b/xslt/docbook/html/db2html-block.xsl
@@ -147,4 +147,9 @@
<xsl:call-template name="db2html.block"/>
</xsl:template>
+<!-- = para = -->
+<xsl:template match="para">
+ <xsl:call-template name="db2html.para"/>
+</xsl:template>
+
</xsl:stylesheet>