2006-11-12 07:11:37 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-11-12 06:44:59 -05:00
|
|
|
<!--
|
|
|
|
Copyright 2006 The Apache Software Foundation.
|
|
|
|
|
|
|
|
Licensed 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.
|
|
|
|
-->
|
2006-07-26 00:24:28 -04:00
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
|
|
|
|
|
|
|
|
<!-- docbook stylesheet customizations for openjpa manual -->
|
2006-09-16 12:53:45 -04:00
|
|
|
<!-- <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/html/chunk.xsl"/> -->
|
|
|
|
<!-- locally downloaded cache of stylesheets -->
|
|
|
|
<xsl:import href="../../../target/stylesheets/1.69.1/html/chunk.xsl"/>
|
|
|
|
|
2006-07-26 00:24:28 -04:00
|
|
|
|
2006-09-16 14:31:57 -04:00
|
|
|
<xsl:param name="html.stylesheet">css/docbook.css</xsl:param>
|
2006-07-26 00:24:28 -04:00
|
|
|
|
|
|
|
<xsl:param name="html.cleanup" select="1"/>
|
|
|
|
<xsl:param name="label.from.part" select="1"/>
|
|
|
|
<xsl:param name="annotate.toc" select="1"/>
|
|
|
|
<xsl:param name="toc.section.depth">5</xsl:param>
|
|
|
|
<xsl:param name="generate.section.toc.level" select="8"/>
|
|
|
|
<xsl:param name="generate.id.attributes" select="1"/>
|
|
|
|
<xsl:param name="generate.index" select="1"/>
|
|
|
|
<xsl:param name="chapter.autolabel" select="1"/>
|
|
|
|
<xsl:param name="appendix.autolabel" select="1"/>
|
|
|
|
<xsl:param name="part.autolabel" select="1"/>
|
|
|
|
<xsl:param name="preface.autolabel" select="0"/>
|
|
|
|
<xsl:param name="qandadiv.autolabel" select="1"/>
|
|
|
|
<xsl:param name="section.autolabel" select="1"/>
|
2006-07-26 03:47:27 -04:00
|
|
|
|
|
|
|
<xsl:param name="use.id.as.filename" select="'1'"/>
|
2006-09-16 12:53:45 -04:00
|
|
|
<xsl:template name="process.image.attributes"/>
|
2006-07-26 00:24:28 -04:00
|
|
|
</xsl:stylesheet>
|
|
|
|
|