[Mockpp-commits] mockpp/mockpp/docs/en customize-chunked.xsl,1.2,1.3 customize.xsl,1.9,NONE
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-05-27 11:27:31
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26865/mockpp/docs/en Added Files: customize-chunked.xsl Removed Files: customize.xsl Log Message: removed wrong file --- NEW FILE: customize-chunked.xsl --- <?xml version='1.0'?> <!-- Customisation for chunked html files $Id: customize-chunked.xsl,v 1.3 2005/05/27 11:27:22 ewald-arnold Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="customize.xsl"/> <xsl:param name="chunk.section.depth" select="2"/> </xsl:stylesheet> --- customize.xsl DELETED --- |