From: Steve F. <sm...@us...> - 2002-08-09 23:48:23
|
Update of /cvsroot/mockobjects/no-stone-unturned/doc/xdocs In directory usw-pr-cvs1:/tmp/cvs-serv6431/doc/xdocs Modified Files: htmlbook.xsl Log Message: Another attempt to fix paths Index: htmlbook.xsl =================================================================== RCS file: /cvsroot/mockobjects/no-stone-unturned/doc/xdocs/htmlbook.xsl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- htmlbook.xsl 9 Aug 2002 17:55:48 -0000 1.5 +++ htmlbook.xsl 9 Aug 2002 23:48:20 -0000 1.6 @@ -2,7 +2,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <xsl:import href="file:@xslpath@/html/docbook.xsl"/> + <xsl:import href="file://@xslpath@/html/docbook.xsl"/> <xsl:param name="use.extensions" select="'1'"/> <xsl:param name="html.stylesheet" select="'htmlbook.css'"/> |