Blame doc/problems-service/docbook-params.xsl

Packit 8ea169
Packit 8ea169
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
Packit 8ea169
Packit 8ea169
Packit 8ea169
    Parameters for DocBook transformation.
Packit 8ea169
Packit 8ea169
    Copyright (C) 2012 Red Hat
Packit 8ea169
    Copyright (C) 2009 Michael Leupold <lemma@confuego.org>
Packit 8ea169
Packit 8ea169
    This library is free software; you can redistribute it and/or
Packit 8ea169
    modify it under the terms of the GNU Lesser General Public
Packit 8ea169
    License as published by the Free Software Foundation; either
Packit 8ea169
    version 2.1 of the License, or (at your option) any later version.
Packit 8ea169
Packit 8ea169
    This library is distributed in the hope that it will be useful,
Packit 8ea169
    but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 8ea169
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 8ea169
    Lesser General Public License for more details.
Packit 8ea169
Packit 8ea169
    You should have received a copy of the GNU Lesser General Public
Packit 8ea169
    License along with this library; if not, write to the Free Software
Packit 8ea169
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
Packit 8ea169
-->
Packit 8ea169
Packit 8ea169
Packit 8ea169
    See https://plus.google.com/115547683951727699051/posts/bigvpEke9PN
Packit 8ea169
    <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
Packit 8ea169
-->
Packit 8ea169
    <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
Packit 8ea169
Packit 8ea169
    <xsl:param name="toc.max.depth">3</xsl:param>
Packit 8ea169
    <xsl:param name="generate.section.toc.level">0</xsl:param>
Packit 8ea169
    <xsl:param name="generate.toc">
Packit 8ea169
        book     toc
Packit 8ea169
        part     nop
Packit 8ea169
        chapter  toc
Packit 8ea169
    </xsl:param>
Packit 8ea169
    <xsl:param name="html.stylesheet">style.css</xsl:param>
Packit 8ea169
    <xsl:param name="funcsynopsis.style">ansi</xsl:param>
Packit 8ea169
    <xsl:param name="funcsynopsis.decoration">1</xsl:param>
Packit 8ea169
    <xsl:param name="refentry.generate.name">0</xsl:param>
Packit 8ea169
    <xsl:param name="refentry.generate.title">1</xsl:param>
Packit 8ea169
Packit 8ea169
</xsl:stylesheet>