User: user57  
  Date: 01/09/03 13:02:38

  Modified:    src/stylesheets fancy.xsl
  Log:
   o added file:// to import of chunk.xsl, may fix win32 bug, may not... still
     it should be there.
  
  Revision  Changes    Path
  1.3       +2 -2      manual/src/stylesheets/fancy.xsl
  
  Index: fancy.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/stylesheets/fancy.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fancy.xsl 2001/08/30 19:41:10     1.2
  +++ fancy.xsl 2001/09/03 20:02:38     1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: fancy.xsl,v 1.2 2001/08/30 19:41:10 tmcsys Exp $ -->
  +<!-- $Id: fancy.xsl,v 1.3 2001/09/03 20:02:38 user57 Exp $ -->
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xmlns:saxon="http://icl.com/saxon";
  @@ -11,7 +11,7 @@
      exclude-result-prefixes="doc"
      extension-element-prefixes="saxon xalanredirect lxslt">
   
  -   <xsl:import href="@oasis.docbook.xsl.root@/html/chunk.xsl"/>
  +   <xsl:import href="file:[EMAIL PROTECTED]@/html/chunk.xsl"/>
   
      <xsl:param name="html.stylesheet">styles.css</xsl:param>
      <xsl:param name="toc.section.depth">1</xsl:param>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to