2006-11-12 07:11:37 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-11-12 06:44:59 -05:00
|
|
|
<!--
|
2007-04-14 17:50:17 -04:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF 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
|
2006-11-12 06:44:59 -05:00
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
2007-04-14 17:50:17 -04:00
|
|
|
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-11-12 06:44:59 -05:00
|
|
|
-->
|
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 -->
|
2007-01-30 22:08:42 -05:00
|
|
|
<!-- <xsl:import href="http://docbook.sourceforge.net/release/xsl/docbook-xsl-1.67.2/html/chunk.xsl"/> -->
|
2006-09-16 12:53:45 -04:00
|
|
|
<!-- locally downloaded cache of stylesheets -->
|
2007-04-21 20:03:29 -04:00
|
|
|
<!-- <xsl:import href="../../../target/stylesheets/docbook-xsl-1.67.2/html/chunk.xsl"/> -->
|
2006-09-16 12:53:45 -04:00
|
|
|
|
2007-04-21 20:03:29 -04:00
|
|
|
<!-- used by docbkx-maven-plugin to reference the core styles -->
|
|
|
|
<xsl:import href="urn:docbkx:stylesheet"/>
|
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>
|
|
|
|
|