[yelp-xsl] [xslt] Some build fixes



commit 27dc67c00cde4c59c9489b902f9def28a275896a
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Jan 27 09:48:04 2010 -0600

    [xslt] Some build fixes

 xslt/docbook/html/db2html-division.xsl |   11 +++++++++++
 xslt/docbook/html/db2html-l10n.xsl     |    2 +-
 xslt/mallard/html/mal2html-table.xsl   |    2 ++
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-division.xsl b/xslt/docbook/html/db2html-division.xsl
index 68c7e9a..690c2af 100644
--- a/xslt/docbook/html/db2html-division.xsl
+++ b/xslt/docbook/html/db2html-division.xsl
@@ -564,6 +564,17 @@ REMARK: Document this template
 -->
 <xsl:template name="db2html.navbar">
   <xsl:param name="node"/>
+  <xsl:param name="info" select="/false"/>
+  <xsl:param name="depth_in_chunk">
+    <xsl:call-template name="db.chunk.depth-in-chunk">
+      <xsl:with-param name="node" select="$node"/>
+    </xsl:call-template>
+  </xsl:param>
+  <xsl:param name="depth_of_chunk">
+    <xsl:call-template name="db.chunk.depth-of-chunk">
+      <xsl:with-param name="node" select="$node"/>
+    </xsl:call-template>
+  </xsl:param>
   <xsl:param name="prev_id">
     <xsl:choose>
       <xsl:when test="$depth_of_chunk = 0">
diff --git a/xslt/docbook/html/db2html-l10n.xsl b/xslt/docbook/html/db2html-l10n.xsl
index f203505..91b062b 100644
--- a/xslt/docbook/html/db2html-l10n.xsl
+++ b/xslt/docbook/html/db2html-l10n.xsl
@@ -75,7 +75,7 @@ the parameters can do.
         <xsl:value-of select="concat('font-size: ', $font_size, '; ')"/>
       </xsl:if>
       <xsl:if test="$text_decoration != ''">
-        <xsl:value-of select="concat('text-decoration: ', $text-decoration, '; ')"/>
+        <xsl:value-of select="concat('text-decoration: ', $text_decoration, '; ')"/>
       </xsl:if>
     </xsl:attribute>
     <xsl:apply-templates mode="l10n.format.mode">
diff --git a/xslt/mallard/html/mal2html-table.xsl b/xslt/mallard/html/mal2html-table.xsl
index d117e41..118fb49 100644
--- a/xslt/mallard/html/mal2html-table.xsl
+++ b/xslt/mallard/html/mal2html-table.xsl
@@ -254,6 +254,7 @@ REMARK: Describe this module
   </tfoot>
 </xsl:template>
 
+<!--#* repeat -->
 <xsl:template name="repeat">
   <xsl:param name="str" select="''"/>
   <xsl:param name="num" select="0"/>
@@ -308,6 +309,7 @@ REMARK: Describe this module
   </xsl:apply-templates>
 </xsl:template>
 
+<!--#* rowspans -->
 <xsl:template name="rowspans">
   <xsl:param name="spans"/>
   <xsl:param name="pos" select="1"/>



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