[yelp-xsl] db2html-inline: Support DocBook package element
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] db2html-inline: Support DocBook package element
- Date: Thu, 19 Jan 2012 15:48:11 +0000 (UTC)
commit 047a6e6d9498d2cbefb974df08ba92773408d2c6
Author: Shaun McCance <shaunm gnome org>
Date: Thu Jan 19 10:46:49 2012 -0500
db2html-inline: Support DocBook package element
https://bugzilla.gnome.org/show_bug.cgi?id=524207
xslt/docbook/html/db2html-inline.xsl | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl
index e621999..84ccf11 100644
--- a/xslt/docbook/html/db2html-inline.xsl
+++ b/xslt/docbook/html/db2html-inline.xsl
@@ -828,6 +828,14 @@ FIXME
<xsl:call-template name="db2html.inline"/>
</xsl:template>
+<!-- = package = -->
+<xsl:template match="package | db:package">
+ <xsl:call-template name="db2html.inline">
+ <xsl:with-param name="class" select="'sys'"/>
+ <xsl:with-param name="ltr" select="true()"/>
+ </xsl:call-template>
+</xsl:template>
+
<!-- = pagenums = -->
<xsl:template match="pagenums | db:pagenums">
<xsl:call-template name="db2html.inline"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]