summaryrefslogtreecommitdiff
path: root/xslt/docbook/common/db-xref.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-07-24 18:49:19 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-07-24 18:49:19 +0000
commit682c1518c1253bc78ecfadba2b92054c96287f3a (patch)
treee71b65122f29c38a29aae462ad7ea1b8a1076945 /xslt/docbook/common/db-xref.xsl
parent2a223a2a69d224ccc87ce1312a20d1be6213b5ba (diff)
downloadgnome-doc-utils-682c1518c1253bc78ecfadba2b92054c96287f3a.tar.gz
- Added cmdsynopsis and glossary tests
* test/testbook/testbook.xml: - Added cmdsynopsis and glossary tests * xslt/docbook/html/db2html-division.xsl: - Fixed node comparisons by using set:has-same-node - Put entry-type division children are in a "block" div for CSS * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-table.xsl: - Added FIXME notes * xslt/docbook/html/db2html-css.xsl: - Much CSS simplification * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-refentry.xsl: - Fixed node comparisons by using set:has-same-node * xslt/gettext/l10n.xml.in: * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-suppressed.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: - Changed sbr handling, suppress by default - Implemented synopfragments correctly - Put in automatic alignment padding for sbr elements - Consolidated CSS for *synopsis elements * xslt/docbook/html/db2html-bibliography.xsl: - Fixed node comparisons by using set:has-same-node - Implemented bibliolist * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: - Consolidated properties for CSS styling * xslt/docbook/html/db2html-autotoc.xsl: - Documentation edit svn path=/trunk/; revision=985
Diffstat (limited to 'xslt/docbook/common/db-xref.xsl')
-rw-r--r--xslt/docbook/common/db-xref.xsl10
1 files changed, 10 insertions, 0 deletions
diff --git a/xslt/docbook/common/db-xref.xsl b/xslt/docbook/common/db-xref.xsl
index fb43f74..99e1fb4 100644
--- a/xslt/docbook/common/db-xref.xsl
+++ b/xslt/docbook/common/db-xref.xsl
@@ -316,6 +316,16 @@ REMARK: Document this mode
</xsl:call-template>
</xsl:template>
+<!-- = db.xref.content.mode % synopfragment = -->
+<xsl:template mode="db.xref.content.mode" match="synopfragment">
+ <xsl:param name="xrefstyle"/>
+ <xsl:call-template name="l10n.gettext">
+ <xsl:with-param name="msgid" select="'synopfragment.label'"/>
+ <xsl:with-param name="node" select="."/>
+ <xsl:with-param name="format" select="true()"/>
+ </xsl:call-template>
+</xsl:template>
+
<!-- = db.xref.content.mode % table = -->
<xsl:template mode="db.xref.content.mode" match="table">
<xsl:param name="xrefstyle"/>