From: <smi...@us...> - 2004-01-01 21:29:20
|
Update of /cvsroot/devil-linux/build/docs/documentation/stylesheets In directory sc8-pr-cvs1:/tmp/cvs-serv13784/stylesheets Added Files: Tag: rel-1-0-patches html_single.xsl Log Message: added support to generate docu as single html file --- NEW FILE: html_single.xsl --- <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="html/onechunk.xsl"/> <xsl:include href="style.xsl"/> <xsl:include href="html/titlepage-new.xsl"/> <xsl:param name="base.dir" select="'output.html/'"/> <xsl:param name="navig.graphics" select="1"/> <xsl:param name="navig.graphics.extension" select="'.png'"/> <xsl:param name="admon.graphics" select="1"/> <xsl:param name="admon.graphics.extension" select="'.png'"/> <xsl:param name="css.decoration">0</xsl:param> <xsl:param name="table.borders.with.css" select="0"/> <xsl:param name="html.stylesheet.type">text/css</xsl:param> <xsl:param name="html.stylesheet" select="'documentation.css'"/> <xsl:param name="chunk.section.depth" select="1"/> <xsl:param name="chunk.first.sections" select="1"/> </xsl:stylesheet> |