doc/tutorial/customfo.xsl doc/tutorial/customhtml.xsl update custom


Mon Jan  5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>

	* doc/tutorial/customfo.xsl
	* doc/tutorial/customhtml.xsl
	update custom tutorial-building stylesheets in preparation
	for tutorial update
diff --git a/ChangeLog b/ChangeLog
index 3f7e51f..f2f2960 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jan  5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
+
+	* doc/tutorial/customfo.xsl
+	* doc/tutorial/customhtml.xsl
+	update custom tutorial-building stylesheets in preparation
+	for tutorial update
+
 Tue Jan  6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
 
 	* rngparser.c: commiting the compact relax ng parser. It's not
diff --git a/doc/tutorial/customfo.xsl b/doc/tutorial/customfo.xsl
index f874892..1ea8247 100644
--- a/doc/tutorial/customfo.xsl
+++ b/doc/tutorial/customfo.xsl
@@ -2,7 +2,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version='1.0'>
 
-  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.60.1/fo/docbook.xsl" />
+  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.61.2/fo/docbook.xsl" />
 
 <!-- don't display ulink targets in main text -->
 <xsl:param name="ulink.show">0</xsl:param>
diff --git a/doc/tutorial/customhtml.xsl b/doc/tutorial/customhtml.xsl
index f1137ef..4837468 100644
--- a/doc/tutorial/customhtml.xsl
+++ b/doc/tutorial/customhtml.xsl
@@ -2,7 +2,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version='1.0'>
 
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.60.1/html/chunk.xsl" />
+<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.61.2/html/chunk.xsl" />
 
 <!-- use callout graphics -->
 <xsl:param name="callout.graphics">1</xsl:param>