summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-01-27 07:30:20 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-01-27 07:30:20 +0000
commit30e15214220ee533a669931982966a156e6cf43e (patch)
treeb85eef5f14b0c5f8f50944dea0838dfcc84ecab3 /xslt
parentf521196fd5f33a44b4e2e9465a7878802b00960a (diff)
downloadgnome-doc-utils-30e15214220ee533a669931982966a156e6cf43e.tar.gz
- Suppress titleabbrev and remark
* xslt/docbook/html/db2html-suppressed.xsl: - Suppress titleabbrev and remark * xslt/docbook/omf/db2omf.xsl: - Fixed problem with contributor
Diffstat (limited to 'xslt')
-rw-r--r--xslt/docbook/html/db2html-suppressed.xsl6
-rw-r--r--xslt/docbook/omf/db2omf.xsl2
2 files changed, 7 insertions, 1 deletions
diff --git a/xslt/docbook/html/db2html-suppressed.xsl b/xslt/docbook/html/db2html-suppressed.xsl
index eb2543d..2fa0e41 100644
--- a/xslt/docbook/html/db2html-suppressed.xsl
+++ b/xslt/docbook/html/db2html-suppressed.xsl
@@ -10,6 +10,12 @@ supported, while other elements are expected only to be processed in certain
modes because of the DocBook content model.
-->
+<!-- Not rendered directly -->
+<xsl:template match="titleabbrev"/>
+
+<!-- Not yet supported -->
+<xsl:template match="remark"/>
+
<!-- Suppressed by processing expectations -->
<xsl:template match="screeninfo"/>
diff --git a/xslt/docbook/omf/db2omf.xsl b/xslt/docbook/omf/db2omf.xsl
index 0ce939a..dcec6fa 100644
--- a/xslt/docbook/omf/db2omf.xsl
+++ b/xslt/docbook/omf/db2omf.xsl
@@ -339,8 +339,8 @@
<xsl:call-template name="db.personname"/>
</xsl:otherwise>
</xsl:choose>
+ <xsl:text>)</xsl:text>
</contributor>
- <xsl:text>)</xsl:text>
</xsl:for-each>
</xsl:template>