User: stark   
  Date: 01/03/06 10:31:31

  Modified:    src/docs jboss.xsl
  Log:
  Change the callout.graphics.path in the jboss.xsl file rather than
  the docbook source
  
  Revision  Changes    Path
  1.3       +2 -0      manual/src/docs/jboss.xsl
  
  Index: jboss.xsl
  ===================================================================
  RCS file: /products/cvs/ejboss/manual/src/docs/jboss.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jboss.xsl 2001/02/11 01:06:44     1.2
  +++ jboss.xsl 2001/03/06 18:31:31     1.3
  @@ -12,6 +12,8 @@
        <xsl:param name="toc.section.depth">1</xsl:param>
           <xsl:param name="generate.component.toc">1</xsl:param>
        <xsl:param name="chapter.autolabel" select="1"/>
  +     <!-- Override the callout images location -->
  +     <xsl:param name="callout.graphics.path" select="'images/callouts/'"/>
        
        <xsl:template name="header.navigation">
                <xsl:param name="prev" select="/foo"/>
  
  
  

Reply via email to