/[ddp]/manuals/trunk/quick-reference/xslt/html.xsl
ViewVC logotype

Contents of /manuals/trunk/quick-reference/xslt/html.xsl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8685 - (show annotations) (download) (as text)
Tue Apr 19 14:57:10 2011 UTC (2 years, 1 month ago) by osamu
File MIME type: application/xml
File size: 695 byte(s)
Change build system and updated apt-pinning
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
4 <xsl:import
5 href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
6 <xsl:param name="admon.graphics">1</xsl:param>
7 <xsl:param name="navig.graphics">1</xsl:param>
8 <xsl:param name="chunk.section.depth">0</xsl:param>
9 <xsl:param name="draft.watermark.image">images/draft.png</xsl:param>
10 <xsl:param name="html.stylesheet">maint-guide.css</xsl:param>
11 <xsl:param name="section.autolabel">1</xsl:param>
12 <xsl:param name="section.label.includes.component.label">1</xsl:param>
13 <xsl:param name="use.id.as.filename">1</xsl:param>
14 </xsl:stylesheet>

  ViewVC Help
Powered by ViewVC 1.1.5