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 di...@apache.org on 2003/10/16 20:44:16 UTC

cvs commit: ws-axis/contrib/axisdocs/src/documentation/skins/ws-site/xslt/fo document2fo.xsl

dims        2003/10/16 11:44:16

  Added:       contrib/axisdocs/src/documentation/skins/ws-site/xslt/fo
                        document2fo.xsl
  Log:
  Doc contribution from "Tetsuya Kitahata" <te...@apache.org>:
  
  Step #1: download Apache Forrest from http://xml.apache.org/forrest/ (version 0.5.1) and install.
  
  Step #2: From unzipped directory ($AXIS), run "forrest site" and the html files will be created at
  $AXIS/build/site/ directory.
  
  Revision  Changes    Path
  1.1                  ws-axis/contrib/axisdocs/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>