]> granicus.if.org Git - docbook-dsssl/commitdiff
Created a complete and consistent set of chunking parameters
authorNorman Walsh <ndw@nwalsh.com>
Thu, 13 Jun 2002 11:00:18 +0000 (11:00 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 13 Jun 2002 11:00:18 +0000 (11:00 +0000)
12 files changed:
xsl/params/chunker.output.cdata-section-elements.xml [new file with mode: 0644]
xsl/params/chunker.output.doctype-public.xml [new file with mode: 0644]
xsl/params/chunker.output.doctype-system.xml [new file with mode: 0644]
xsl/params/chunker.output.encoding.xml [new file with mode: 0644]
xsl/params/chunker.output.indent.xml [new file with mode: 0644]
xsl/params/chunker.output.media-type.xml [new file with mode: 0644]
xsl/params/chunker.output.method.xml [new file with mode: 0644]
xsl/params/chunker.output.omit-xml-declaration.xml [new file with mode: 0644]
xsl/params/chunker.output.standalone.xml [new file with mode: 0644]
xsl/params/default.encoding.xml [deleted file]
xsl/params/output.method.xml [deleted file]
xsl/params/saxon.character.representation.xml

diff --git a/xsl/params/chunker.output.cdata-section-elements.xml b/xsl/params/chunker.output.cdata-section-elements.xml
new file mode 100644 (file)
index 0000000..0f77056
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry id="chunker.output.cdata-section-elements">
+<refmeta>
+<refentrytitle>chunker.output.cdata-section-elements</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.cdata-section-elements</refname>
+<refpurpose>List of elements to escape with CDATA sections</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.cdata-section-elements" select="''"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the list of elements that should be escaped
+as CDATA sections by the chunking stylesheet.  Not all processors support
+specification of this parameter.
+</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/chunker.output.doctype-public.xml b/xsl/params/chunker.output.doctype-public.xml
new file mode 100644 (file)
index 0000000..06e3423
--- /dev/null
@@ -0,0 +1,28 @@
+<refentry id="chunker.output.doctype-public">
+<refmeta>
+<refentrytitle>chunker.output.doctype-public</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.doctype-public</refname>
+<refpurpose>Public identifer to use in the document type of generated pages</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.doctype-public" select="''"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the public identifier that should be used by
+the chunking stylesheet in the document type declaration of chunked pages.
+Not all processors support specification of
+this parameter.
+</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/chunker.output.doctype-system.xml b/xsl/params/chunker.output.doctype-system.xml
new file mode 100644 (file)
index 0000000..6147e0d
--- /dev/null
@@ -0,0 +1,28 @@
+<refentry id="chunker.output.doctype-system">
+<refmeta>
+<refentrytitle>chunker.output.doctype-system</refentrytitle>
+<refmiscinfo role="type">uri</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.doctype-system</refname>
+<refpurpose>System identifier to use for the document type in generated pages</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.doctype-system" select="''"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the system identifier that should be used by
+the chunking stylesheet in the document type declaration of chunked pages.
+Not all processors support specification of
+this parameter.
+</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/chunker.output.encoding.xml b/xsl/params/chunker.output.encoding.xml
new file mode 100644 (file)
index 0000000..c10b137
--- /dev/null
@@ -0,0 +1,29 @@
+<refentry id="chunker.output.encoding">
+<refmeta>
+<refentrytitle>chunker.output.encoding</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.encoding</refname>
+<refpurpose>Encoding used in generated pages</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the encoding to be used in files
+generated by the chunking stylesheet. Not all processors support
+specification of this parameter.
+</para>
+
+<para>This parameter used to be named <literal>default.encoding</literal>.</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/chunker.output.indent.xml b/xsl/params/chunker.output.indent.xml
new file mode 100644 (file)
index 0000000..3dadc05
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry id="chunker.output.indent">
+<refmeta>
+<refentrytitle>chunker.output.indent</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.indent</refname>
+<refpurpose>Specification of indentation on generated pages</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.indent" select="'no'"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the value of the indent
+specification for generated pages. Not all processors support
+specification of this parameter.
+</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/chunker.output.media-type.xml b/xsl/params/chunker.output.media-type.xml
new file mode 100644 (file)
index 0000000..5b07e0e
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry id="chunker.output.media-type">
+<refmeta>
+<refentrytitle>chunker.output.media-type</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.media-type</refname>
+<refpurpose>Media type to use in generated pages</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.media-type" select="''"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the media type that should be used by
+the chunking stylesheet. Not all processors support specification of
+this parameter.
+</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/chunker.output.method.xml b/xsl/params/chunker.output.method.xml
new file mode 100644 (file)
index 0000000..df16f06
--- /dev/null
@@ -0,0 +1,30 @@
+<refentry id="chunker.output.method">
+<refmeta>
+<refentrytitle>chunker.output.method</refentrytitle>
+<refmiscinfo role="type">list</refmiscinfo>
+<refmiscinfo role="value">html</refmiscinfo>
+<refmiscinfo role="value">xml</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.method</refname>
+<refpurpose>Method used in generated pages</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.method" select="'html'"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the output method to be used in files
+generated by the chunking stylesheet.
+</para>
+
+<para>This parameter used to be named <literal>output.method</literal>.</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/chunker.output.omit-xml-declaration.xml b/xsl/params/chunker.output.omit-xml-declaration.xml
new file mode 100644 (file)
index 0000000..84ed80a
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry id="chunker.output.omit-xml-declaration">
+<refmeta>
+<refentrytitle>chunker.output.omit-xml-declaration</refentrytitle>
+<refmiscinfo role="type"></refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.omit-xml-declaration</refname>
+<refpurpose>Omit-xml-declaration for generated pages</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the value of the omit-xml-declaration
+specification for generated pages. Not all processors support
+specification of this parameter.
+</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/chunker.output.standalone.xml b/xsl/params/chunker.output.standalone.xml
new file mode 100644 (file)
index 0000000..bfd145c
--- /dev/null
@@ -0,0 +1,27 @@
+<refentry id="chunker.output.standalone">
+<refmeta>
+<refentrytitle>chunker.output.standalone</refentrytitle>
+<refmiscinfo role="type">string</refmiscinfo>
+</refmeta>
+<refnamediv>
+<refname>chunker.output.standalone</refname>
+<refpurpose>Standalone declaration for generated pages</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>&lt;xsl:param name="chunker.output.standalone" select="'no'"/>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>This parameter specifies the value of the standalone
+specification for generated pages. Not all processors support
+specification of this parameter.
+</para>
+
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/default.encoding.xml b/xsl/params/default.encoding.xml
deleted file mode 100644 (file)
index f6fb032..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<refentry id="default.encoding">
-<refmeta>
-<refentrytitle>default.encoding</refentrytitle>
-<refmiscinfo role="type">string</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>default.encoding</refname>
-<refpurpose>Encoding used in generated HTML pages</refpurpose>
-</refnamediv>
-
-<refsynopsisdiv>
-<src:fragment id='default.encoding.frag'><xsl:param name="default.encoding" select="'ISO-8859-1'"/></src:fragment>
-</refsynopsisdiv>
-
-<refsect1><title>Description</title>
-
-<para>This encoding is used in files generated by chunking stylesheet. Currently
-only Saxon is able to change output encoding.
-</para>
-
-</refsect1>
-</refentry>
diff --git a/xsl/params/output.method.xml b/xsl/params/output.method.xml
deleted file mode 100644 (file)
index a98e221..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<refentry id="output.method">
-<refmeta>
-<refentrytitle>output.method</refentrytitle>
-<refmiscinfo role="type">list</refmiscinfo>
-<refmiscinfo role="value">html</refmiscinfo>
-<refmiscinfo role="value">xml</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>output.method</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv>
-<src:fragment id='output.method.frag'>
-<xsl:param name="output.method" select="'html'"/>
-</src:fragment>
-</refsynopsisdiv>
-
-<refsect1><title>Description</title>
-
-<para>Selects the output method for chunked documents.</para>
-
-</refsect1>
-</refentry>
index f0c14c16f846fe7e1d14028dd8c515687c6d1901..167f6c77541d91871bebe1ccc224bf369f6b54e3 100644 (file)
@@ -8,8 +8,7 @@
 <refpurpose>Saxon character representation used in generated HTML pages</refpurpose>
 </refnamediv>
 
-<refsynopsisdiv>
-<src:fragment id='saxon.character.representation.frag'><xsl:param name="saxon.character.representation" select="'entity;decimal'"/></src:fragment>
+<refsynopsisdiv>&lt;xsl:param name="saxon.character.representation" select="'entity;decimal'"/>
 </refsynopsisdiv>
 
 <refsect1><title>Description</title>
@@ -19,5 +18,10 @@ you want to suppress entity references for characters with direct representation
 in default.encoding, set this parameter to value <literal>native</literal>. 
 </para>
 
+<note>
+<para>This parameter is documented here, but the declaration is actually
+in the <filename>chunker.xsl</filename> stylesheet module.</para>
+</note>
+
 </refsect1>
 </refentry>