User: stark
Date: 01/03/06 10:30:51
Modified: src/docs/docbook/html param.xsl
Log:
Change the callout.graphics.path in the jboss.xsl file rather than
the docbook source
Revision Changes Path
1.3 +4 -4 manual/src/docs/docbook/html/param.xsl
Index: param.xsl
===================================================================
RCS file: /products/cvs/ejboss/manual/src/docs/docbook/html/param.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- param.xsl 2001/03/06 09:00:53 1.2
+++ param.xsl 2001/03/06 18:30:50 1.3
@@ -5,7 +5,7 @@
version='1.0'>
<!-- ********************************************************************
- $Id: param.xsl,v 1.2 2001/03/06 09:00:53 stark Exp $
+ $Id: param.xsl,v 1.3 2001/03/06 18:30:50 stark Exp $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -17,7 +17,7 @@
<doc:reference xmlns="">
<referenceinfo>
<releaseinfo role="meta">
-$Id: param.xsl,v 1.2 2001/03/06 09:00:53 stark Exp $
+$Id: param.xsl,v 1.3 2001/03/06 18:30:50 stark Exp $
</releaseinfo>
<author><surname>Walsh</surname>
<firstname>Norman</firstname></author>
@@ -226,7 +226,7 @@
</doc:param>
<!-- ==================================================================== -->
-<xsl:param name="admon.graphics.path">images/</xsl:param>
+<xsl:param name="admon.graphics.path">../images/</xsl:param>
<doc:param name="admon.graphics.path" xmlns="">
<refpurpose>Path to admonition graphics</refpurpose>
@@ -630,7 +630,7 @@
</doc:param>
<!-- ==================================================================== -->
-<xsl:param name="callout.graphics.path" select="'images/callouts/'"/>
+<xsl:param name="callout.graphics.path" select="'../images/callouts/'"/>
<doc:param name="callout.graphics.path" xmlns="">
<refpurpose>Path to callout graphics</refpurpose>