Update vorbisfile source copyright
[platform/upstream/libvorbis.git] / doc / xml / spec-common.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  version="1.0">
3 <!--  elements of customization for Xiph.Org specs
4       common to all docbook output formats
5
6       this file is included by the format-specific stylesheets
7       $Id$
8 -->
9
10   <xsl:param name="use.svg" select="'0'"/>
11
12   <xsl:param name="section.autolabel" select="'1'"/>
13   <xsl:param name="section.label.includes.component.label" select="'1'"/>
14   <xsl:param name="appendix.autolabel" select="'1'"/>
15
16   <!-- we have latex versions of the equations inline -->
17   <xsl:param name="tex.math.in.alt" select="'latex'"/>
18   <xsl:param name="tex.math.delims" select="'0'"/>
19
20   <!-- we're using xinclude instead to the extent that xsltproc doesn't support this -->
21   <xsl:param name="textinclude.extension" select="'1'"/>
22
23 <!-- end common elements -->
24 </xsl:stylesheet>