summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2008-12-08 21:12:18 +0000
committerShaun McCance <shaunm@src.gnome.org>2008-12-08 21:12:18 +0000
commitf5f2e85c3989d1ea34fe972869da98d5c91639ae (patch)
treeef1945b9ad1adf2687498b041e79a1b79b4a02a2
parent391cbb7f093e3f2cb237352c3aac483e45001e6b (diff)
downloadgnome-doc-utils-f5f2e85c3989d1ea34fe972869da98d5c91639ae.tar.gz
- s/language/lang/
* xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-block.xsl: - s/language/lang/ svn path=/trunk/; revision=1133
-rw-r--r--ChangeLog6
-rw-r--r--xslt/docbook/html/db2html-block.xsl10
-rw-r--r--xslt/docbook/html/db2html-inline.xsl2
3 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e49f1d..fbc6002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-12-08 Shaun McCance <shaunm@gnome.org>
+ * xslt/docbook/html/db2html-inline.xsl:
+ * xslt/docbook/html/db2html-block.xsl:
+ - s/language/lang/
+
+2008-12-08 Shaun McCance <shaunm@gnome.org>
+
* xslt/docbook/html/db2html-block.xsl:
- Set text direction on block elements
diff --git a/xslt/docbook/html/db2html-block.xsl b/xslt/docbook/html/db2html-block.xsl
index 93f76df..c60e8c2 100644
--- a/xslt/docbook/html/db2html-block.xsl
+++ b/xslt/docbook/html/db2html-block.xsl
@@ -64,7 +64,7 @@ is then used by the CSS for styling.
<xsl:param name="formal" select="false()"/>
<xsl:param name="title" select="$node/title"/>
<xsl:param name="caption" select="$node/caption"/>
- <xsl:param name="lang" select="$node/@language"/>
+ <xsl:param name="lang" select="$node/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="false()"/>
@@ -139,7 +139,7 @@ element. It is called by *{db2html.block} for formal block elements.
<xsl:template name="db2html.block.title">
<xsl:param name="node" select="."/>
<xsl:param name="title" select="$node/title"/>
- <xsl:param name="lang" select="$title/@language"/>
+ <xsl:param name="lang" select="$title/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="false()"/>
@@ -197,7 +197,7 @@ element.
select="not($node/preceding-sibling::*
[not(self::blockinfo) and not(self::title) and
not(self::titleabbrev) and not(self::attribution) ])"/>
- <xsl:param name="lang" select="$title/@language"/>
+ <xsl:param name="lang" select="$title/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="false()"/>
@@ -257,7 +257,7 @@ This template creates an HTML #{p} element for the given DocBook element.
select="not($node/preceding-sibling::*
[not(self::blockinfo) and not(self::title) and
not(self::titleabbrev) and not(self::attribution) ])"/>
- <xsl:param name="lang" select="$title/@language"/>
+ <xsl:param name="lang" select="$title/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="false()"/>
@@ -325,7 +325,7 @@ template.
not(self::titleabbrev) and not(self::attribution) ])"/>
<xsl:param name="indent" select="false()"/>
<xsl:param name="children" select="$node/node()"/>
- <xsl:param name="lang" select="$title/@language"/>
+ <xsl:param name="lang" select="$title/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="true()"/>
diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl
index 5371713..60f628d 100644
--- a/xslt/docbook/html/db2html-inline.xsl
+++ b/xslt/docbook/html/db2html-inline.xsl
@@ -56,7 +56,7 @@ REMARK: Document this template
<xsl:param name="underline" select="false()"/>
<xsl:param name="mono" select="false()"/>
<xsl:param name="sans" select="false()"/>
- <xsl:param name="lang" select="$node/@language"/>
+ <xsl:param name="lang" select="$node/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="false()"/>