5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-19 10:21:14 +08:00
sqoop/src/docs/web/html.xsl
Andrew Bayer e75b1fe94f Add release audit capability.
From: Aaron Kimball <aaron@cloudera.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1149923 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 20:03:59 +00:00

85 lines
3.0 KiB
XML

<?xml version='1.0'?>
<!--
Licensed to Cloudera, Inc. under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
Cloudera, Inc. licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $FreeBSD: doc/share/xsl/freebsd-html.xsl,v 1.1 2003/01/03 05:06:14 trhodes Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:import href="header.xsl"/>
<xsl:import href="footer.xsl"/>
<xsl:template name="body.attributes" />
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="generate.legalnotice.link" select="'1'"/>
<xsl:param name="generate.section.toc.level" select="100"></xsl:param>
<xsl:param name="toc.section.depth" select="10"/>
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="chunk.section.depth" select="100"></xsl:param>
<xsl:param name="chunk.first.sections" select="1"></xsl:param>
<xsl:param name="navig.showtitles" select="1"></xsl:param>
<xsl:param name="admon.graphics" select="1"></xsl:param>
<xsl:param name="admon.graphics.extension">.png</xsl:param>
<xsl:param name="admon.graphics.path">images/</xsl:param>
<xsl:param name="navig.graphics" select="1"></xsl:param>
<xsl:param name="navig.graphics.extension">.png</xsl:param>
<xsl:param name="navig.graphics.path">images/</xsl:param>
<xsl:param name="header.rule" select="0"></xsl:param>
<xsl:param name="footer.rule" select="0"></xsl:param>
<xsl:param name="suppress.header.navigation" select="1"></xsl:param>
<xsl:param name="generate.index" select="1"></xsl:param>
<xsl:param name="spacing.paras" select="0"></xsl:param>
<xsl:param name="html.cleanup" select="1"></xsl:param>
<xsl:param name="table.borders.with.css" select="1"></xsl:param>
<!-- xsl:param name="id.warnings" select="1"></xsl:param -->
<xsl:param name="generate.toc">
appendix toc,title
article toc,title,figure,equation
book toc,title,figure,example,equation
chapter toc,title
part toc,title
preface toc,title
qandadiv toc
qandaset toc
reference toc,title
sect1 toc
sect2 toc
sect3 toc
sect4 toc
sect5 toc
section toc
set toc,title
</xsl:param>
</xsl:stylesheet>