[yelp-xsl] [db-label] Handle DocBook 5 glossterms



commit a7697d4b3ae8e255fd04ad35440464d101ac267c
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date:   Tue Apr 6 23:05:09 2010 +0000

    [db-label] Handle DocBook 5 glossterms
    
    Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>

 xslt/docbook/common/db-label.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/common/db-label.xsl b/xslt/docbook/common/db-label.xsl
index e9ba60a..2482a50 100644
--- a/xslt/docbook/common/db-label.xsl
+++ b/xslt/docbook/common/db-label.xsl
@@ -866,7 +866,7 @@ REMARK: Document this mode
 
 <xsl:template mode="l10n.format.mode" match="msg:glossterm">
   <xsl:param name="node"/>
-  <xsl:apply-templates select="$node/glossterm"/>
+  <xsl:apply-templates select="$node/glossterm | $node/db:glossterm"/>
 </xsl:template>
 
 <xsl:template mode="l10n.format.mode" match="msg:label">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]