[yelp-xsl] Emit titles for procedure and productionset
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] Emit titles for procedure and productionset
- Date: Fri, 21 May 2010 23:34:23 +0000 (UTC)
commit 776ec39a402f47751d5da12c912cec029559896b
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date: Wed Apr 7 20:15:56 2010 +0000
Emit titles for procedure and productionset
Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>
xslt/docbook/html/db2html-ebnf.xsl | 2 +-
xslt/docbook/html/db2html-list.xsl | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-ebnf.xsl b/xslt/docbook/html/db2html-ebnf.xsl
index 78b2455..d17f636 100644
--- a/xslt/docbook/html/db2html-ebnf.xsl
+++ b/xslt/docbook/html/db2html-ebnf.xsl
@@ -48,7 +48,7 @@ REMARK: Describe this module
<xsl:template match="productionset | db:productionset">
<div class="productionset">
<xsl:call-template name="db2html.anchor"/>
- <xsl:apply-templates select="title"/>
+ <xsl:apply-templates select="title | db:title | db:info/db:title"/>
<table class="productionset">
<xsl:apply-templates select="production | productionrecap |
db:production | db:productionrecap"/>
diff --git a/xslt/docbook/html/db2html-list.xsl b/xslt/docbook/html/db2html-list.xsl
index 3f52efc..fe9d9dc 100644
--- a/xslt/docbook/html/db2html-list.xsl
+++ b/xslt/docbook/html/db2html-list.xsl
@@ -198,6 +198,7 @@ REMARK: Describe this module
</xsl:attribute>
</xsl:if>
<xsl:call-template name="db2html.anchor"/>
+ <xsl:apply-templates select="db:info/db:title"/>
<xsl:apply-templates select="*[not(self::step) and not(self::db:step)]"/>
<xsl:choose>
<xsl:when test="(count(step) + count(db:step)) = 1">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]