summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2003-07-21 21:56:08 +0000
committerShaun McCance <shaunm@src.gnome.org>2003-07-21 21:56:08 +0000
commitd56f33899e468ccf4bd4eb0b29007a21bece4398 (patch)
treeafd4db30e7fcc93fa27e9df002daa14b306f1cea
parent4c6e56c3caf951099f00a796b5ac137a0d8000b2 (diff)
downloadyelp-d56f33899e468ccf4bd4eb0b29007a21bece4398.tar.gz
- Revert current to 1.48 until I can investigate more thoroughly. - Put in
* stylesheets/yelp-customization.xsl: - Revert current to 1.48 until I can investigate more thoroughly. - Put in compatibility with old param names until I can get the changes pushed through in C.
-rw-r--r--stylesheets/ChangeLog7
-rw-r--r--stylesheets/yelp-customization.xsl12
2 files changed, 15 insertions, 4 deletions
diff --git a/stylesheets/ChangeLog b/stylesheets/ChangeLog
index 13ea3c67..bc8d0c23 100644
--- a/stylesheets/ChangeLog
+++ b/stylesheets/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-21 Shaun McCance <shaunm@wolfram.com>
+
+ * yelp-customization.xsl:
+ - Revert current to 1.48 until I can investigate more thoroughly.
+ - Put in compatibility with old param names until I can get the
+ changes pushed through in C.
+
2003-07-20 Shaun McCance <shaunm@wolfram.com>
* yelp-customization.xsl:
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 861ccc34..032d3748 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -6,13 +6,17 @@
extension-element-prefixes="func exsl"
version='1.0'>
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.48/html/docbook.xsl"/>
<xsl:include href="yelp-custom.xsl"/>
<xsl:include href="yelp-functions.xsl"/>
-<xsl:param name="yelp_docname" />
-<xsl:param name="yelp_pathname" />
-<xsl:param name="yelp_stylesheet_path" select="'No Stylesheet'" />
+<xsl:param name="gdb_docname"/>
+<xsl:param name="gdb_pathname"/>
+<xsl:param name="gdb_stylesheet_path" select="'No Stylesheet'" />
+
+<xsl:param name="yelp_docname" select="$gdb_docname"/>
+<xsl:param name="yelp_pathname" select="$gdb_pathname"/>
+<xsl:param name="yelp_stylesheet_path" select="$gdb_stylesheet_path" />
<xsl:param name="yelp_max_chunk_depth" select="2" />
<xsl:param name="yelp_generate_navbar" select="true()"/>