1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-19 10:03:34 +03:00

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
This commit is contained in:
MST 2004 John Fleck 2004-01-06 03:48:57 +00:00 committed by John Fleck
parent d7306b0f20
commit 0f124fdd80
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>