You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/11/16 23:53:27 UTC

cvs commit: xml-forrest/src/resources/skins/common/xslt/fo document2fo.xsl

jefft       2002/11/16 14:53:27

  Added:       src/resources/skins/common/xslt/fo document2fo.xsl
  Log:
  Common document to xsl:fo stylesheet
  
  Revision  Changes    Path
  1.1                  xml-forrest/src/resources/skins/common/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>