[xiph-cvs] cvs commit: vorbis/doc/xml spec-common.xsl spec-fo.xsl spec-html.xsl Vorbis_I_spec.xml
Ralph Giles
giles at xiph.org
Sat Oct 26 06:22:31 PDT 2002
giles 02/10/26 09:22:31
Modified: doc/xml Vorbis_I_spec.xml
Added: doc/xml spec-common.xsl spec-fo.xsl spec-html.xsl
Log:
Add a local customization layer for the stylesheets.
Revision Changes Path
1.7 +1 -1 vorbis/doc/xml/Vorbis_I_spec.xml
Index: Vorbis_I_spec.xml
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/xml/Vorbis_I_spec.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Vorbis_I_spec.xml 25 Oct 2002 14:41:13 -0000 1.6
+++ Vorbis_I_spec.xml 26 Oct 2002 13:22:30 -0000 1.7
@@ -1,4 +1,4 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version='1.0' standalone='no'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[
<p><p>1.1 vorbis/doc/xml/spec-common.xsl
Index: spec-common.xsl
===================================================================
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- elements of customization for Xiph.org specs
common to all docbook output formats
this file is included by the format-specific stylesheets
$Id: spec-common.xsl,v 1.1 2002/10/26 13:22:30 giles Exp $
-->
<xsl:param name="use.svg" select="'0'"/>
<xsl:param name="section.autolabel" select="'1'"/>
<xsl:param name="section.label.includes.component.label" select="'1'"/>
<xsl:param name="appendix.autolabel" select="'1'"/>
<!-- end common elements -->
</xsl:stylesheet>
<p><p>1.1 vorbis/doc/xml/spec-fo.xsl
Index: spec-fo.xsl
===================================================================
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
<xsl:include href="spec-common.xsl"/>
<xsl:param name="paper.type" select="'A4'"/>
</xsl:stylesheet>
<p><p>1.1 vorbis/doc/xml/spec-html.xsl
Index: spec-html.xsl
===================================================================
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:include href="spec-common.xsl"/>
</xsl:stylesheet>
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list