[yelp-xsl] [db2html-inline] Handle isbn and issn.
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] [db2html-inline] Handle isbn and issn.
- Date: Fri, 21 May 2010 23:33:23 +0000 (UTC)
commit de77744efd1df78767e1e7ec68e91b89f41b9f03
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date: Sat Apr 3 23:09:23 2010 +0000
[db2html-inline] Handle isbn and issn.
Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>
xslt/docbook/html/db2html-inline.xsl | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl
index 5e5cadc..3f977ed 100644
--- a/xslt/docbook/html/db2html-inline.xsl
+++ b/xslt/docbook/html/db2html-inline.xsl
@@ -622,13 +622,17 @@ FIXME
</xsl:template>
<!-- = isbn = -->
-<xsl:template match="isbn">
- <xsl:call-template name="db2html.inline"/>
+<xsl:template match="isbn | db:biblioid[ class = 'isbn']">
+ <xsl:call-template name="db2html.inline">
+ <xsl:with-param name="name-class" select="'isbn'"/>
+ </xsl:call-template>
</xsl:template>
<!-- = issn = -->
-<xsl:template match="issn">
- <xsl:call-template name="db2html.inline"/>
+<xsl:template match="issn | db:biblioid[ class = 'issn']">
+ <xsl:call-template name="db2html.inline">
+ <xsl:with-param name="name-class" select="'issn'"/>
+ </xsl:call-template>
</xsl:template>
<!-- = issuenum = -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]