summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex4ht/xtpipes/docbook.4xt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex4ht/xtpipes/docbook.4xt')
-rw-r--r--Master/texmf-dist/tex4ht/xtpipes/docbook.4xt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex4ht/xtpipes/docbook.4xt b/Master/texmf-dist/tex4ht/xtpipes/docbook.4xt
index 816e67013a5..59e0b426cc8 100644
--- a/Master/texmf-dist/tex4ht/xtpipes/docbook.4xt
+++ b/Master/texmf-dist/tex4ht/xtpipes/docbook.4xt
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" >
-<xtpipes preamble="yes" signature="docbook.4xt (2008-08-25-15:33)">
+<xtpipes preamble="yes" signature="docbook.4xt (2008-11-14-02:41)">
<sax content-handler="xtpipes.util.ScriptsManager"
lexical-handler="xtpipes.util.ScriptsManagerLH" >
<script element="ulink" >
@@ -8,6 +8,7 @@
<![CDATA[
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:db="http://docbook.org/ns/docbook"
>
<xsl:output omit-xml-declaration = "yes" />
@@ -39,6 +40,7 @@
<![CDATA[
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:db="http://docbook.org/ns/docbook"
>
<xsl:output omit-xml-declaration = "yes" />
@@ -64,6 +66,7 @@
<![CDATA[
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:db="http://docbook.org/ns/docbook"
>
<xsl:output omit-xml-declaration = "yes" />
@@ -138,6 +141,10 @@
<dom name="." xml="." method="cline" class="tex4ht.DbUtilities" />
</script>
+ <script element="para" >
+ <dom name="." xml="." method="para" class="tex4ht.DbUtilities" />
+</script>
+
</sax>
</xtpipes>