You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2005/01/27 10:46:30 UTC

cvs commit: ws-axis/site/src4forrest-060/java/src/documentation/skins/ws-site/xslt/fo document2fo.xsl

toshi       2005/01/27 01:46:30

  Added:       site/src4forrest-060/java/src/documentation/skins/ws-site/xslt/fo
                        document2fo.xsl
  Log:
  Migration for Forrest 0.6
  
  Revision  Changes    Path
  1.1                  ws-axis/site/src4forrest-060/java/src/documentation/skins/ws-site/xslt/fo/document2fo.xsl
  
  Index: document2fo.xsl
  ===================================================================
  <?xml version="1.0"?>
  
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                  xmlns:fo="http://www.w3.org/1999/XSL/Format"
                  version="1.0">
  
  <xsl:import href="../../../common/xslt/fo/document2fo.xsl"/>
  
  </xsl:stylesheet>