Update of /cvsroot/mockobjects/no-stone-unturned/doc/xdocs
In directory usw-pr-cvs1:/tmp/cvs-serv32008/doc/xdocs
Modified Files:
htmlbook.xsl
Log Message:
*** keyword substitution change ***
Index: htmlbook.xsl
===================================================================
RCS file: /cvsroot/mockobjects/no-stone-unturned/doc/xdocs/htmlbook.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htmlbook.xsl 2 Aug 2002 21:56:03 -0000 1.1
+++ htmlbook.xsl 2 Aug 2002 22:10:23 -0000 1.2
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
-<xsl:import href="file:///@xslpath@/html/docbook.xsl"/>
-
-<xsl:param name="html.stylesheet" select="'htmlbook.css'"/>
-
-</xsl:stylesheet>
+<?xml version="1.0" encoding="utf-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<xsl:import href="file:///@xslpath@/html/docbook.xsl"/>
+
+<xsl:param name="html.stylesheet" select="'htmlbook.css'"/>
+
+</xsl:stylesheet>
|