From: Norman Walsh Date: Thu, 13 Jun 2002 11:00:18 +0000 (+0000) Subject: Created a complete and consistent set of chunking parameters X-Git-Tag: release/1.79.1~6^2~5562 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e300e7e4a0fa4357a058ad5372bbbec3a0f55f7f;p=docbook-dsssl Created a complete and consistent set of chunking parameters --- diff --git a/xsl/params/chunker.output.cdata-section-elements.xml b/xsl/params/chunker.output.cdata-section-elements.xml new file mode 100644 index 000000000..0f77056a0 --- /dev/null +++ b/xsl/params/chunker.output.cdata-section-elements.xml @@ -0,0 +1,27 @@ + + +chunker.output.cdata-section-elements +string + + +chunker.output.cdata-section-elements +List of elements to escape with CDATA sections + + +<xsl:param name="chunker.output.cdata-section-elements" select="''"/> + + +Description + +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. + + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/chunker.output.doctype-public.xml b/xsl/params/chunker.output.doctype-public.xml new file mode 100644 index 000000000..06e342354 --- /dev/null +++ b/xsl/params/chunker.output.doctype-public.xml @@ -0,0 +1,28 @@ + + +chunker.output.doctype-public +string + + +chunker.output.doctype-public +Public identifer to use in the document type of generated pages + + +<xsl:param name="chunker.output.doctype-public" select="''"/> + + +Description + +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. + + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/chunker.output.doctype-system.xml b/xsl/params/chunker.output.doctype-system.xml new file mode 100644 index 000000000..6147e0d7a --- /dev/null +++ b/xsl/params/chunker.output.doctype-system.xml @@ -0,0 +1,28 @@ + + +chunker.output.doctype-system +uri + + +chunker.output.doctype-system +System identifier to use for the document type in generated pages + + +<xsl:param name="chunker.output.doctype-system" select="''"/> + + +Description + +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. + + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/chunker.output.encoding.xml b/xsl/params/chunker.output.encoding.xml new file mode 100644 index 000000000..c10b13703 --- /dev/null +++ b/xsl/params/chunker.output.encoding.xml @@ -0,0 +1,29 @@ + + +chunker.output.encoding +string + + +chunker.output.encoding +Encoding used in generated pages + + +<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> + + +Description + +This parameter specifies the encoding to be used in files +generated by the chunking stylesheet. Not all processors support +specification of this parameter. + + +This parameter used to be named default.encoding. + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/chunker.output.indent.xml b/xsl/params/chunker.output.indent.xml new file mode 100644 index 000000000..3dadc0528 --- /dev/null +++ b/xsl/params/chunker.output.indent.xml @@ -0,0 +1,27 @@ + + +chunker.output.indent +string + + +chunker.output.indent +Specification of indentation on generated pages + + +<xsl:param name="chunker.output.indent" select="'no'"/> + + +Description + +This parameter specifies the value of the indent +specification for generated pages. Not all processors support +specification of this parameter. + + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/chunker.output.media-type.xml b/xsl/params/chunker.output.media-type.xml new file mode 100644 index 000000000..5b07e0e8b --- /dev/null +++ b/xsl/params/chunker.output.media-type.xml @@ -0,0 +1,27 @@ + + +chunker.output.media-type +string + + +chunker.output.media-type +Media type to use in generated pages + + +<xsl:param name="chunker.output.media-type" select="''"/> + + +Description + +This parameter specifies the media type that should be used by +the chunking stylesheet. Not all processors support specification of +this parameter. + + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/chunker.output.method.xml b/xsl/params/chunker.output.method.xml new file mode 100644 index 000000000..df16f0629 --- /dev/null +++ b/xsl/params/chunker.output.method.xml @@ -0,0 +1,30 @@ + + +chunker.output.method +list +html +xml + + +chunker.output.method +Method used in generated pages + + +<xsl:param name="chunker.output.method" select="'html'"/> + + +Description + +This parameter specifies the output method to be used in files +generated by the chunking stylesheet. + + +This parameter used to be named output.method. + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/chunker.output.omit-xml-declaration.xml b/xsl/params/chunker.output.omit-xml-declaration.xml new file mode 100644 index 000000000..84ed80a44 --- /dev/null +++ b/xsl/params/chunker.output.omit-xml-declaration.xml @@ -0,0 +1,27 @@ + + +chunker.output.omit-xml-declaration + + + +chunker.output.omit-xml-declaration +Omit-xml-declaration for generated pages + + +<xsl:param name="chunker.output.omit-xml-declaration" select="'no'"/> + + +Description + +This parameter specifies the value of the omit-xml-declaration +specification for generated pages. Not all processors support +specification of this parameter. + + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/chunker.output.standalone.xml b/xsl/params/chunker.output.standalone.xml new file mode 100644 index 000000000..bfd145c6a --- /dev/null +++ b/xsl/params/chunker.output.standalone.xml @@ -0,0 +1,27 @@ + + +chunker.output.standalone +string + + +chunker.output.standalone +Standalone declaration for generated pages + + +<xsl:param name="chunker.output.standalone" select="'no'"/> + + +Description + +This parameter specifies the value of the standalone +specification for generated pages. Not all processors support +specification of this parameter. + + + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + + + + diff --git a/xsl/params/default.encoding.xml b/xsl/params/default.encoding.xml deleted file mode 100644 index f6fb032e7..000000000 --- a/xsl/params/default.encoding.xml +++ /dev/null @@ -1,22 +0,0 @@ - - -default.encoding -string - - -default.encoding -Encoding used in generated HTML pages - - - - - - -Description - -This encoding is used in files generated by chunking stylesheet. Currently -only Saxon is able to change output encoding. - - - - diff --git a/xsl/params/output.method.xml b/xsl/params/output.method.xml deleted file mode 100644 index a98e22155..000000000 --- a/xsl/params/output.method.xml +++ /dev/null @@ -1,24 +0,0 @@ - - -output.method -list -html -xml - - -output.method - - - - - - - - - -Description - -Selects the output method for chunked documents. - - - diff --git a/xsl/params/saxon.character.representation.xml b/xsl/params/saxon.character.representation.xml index f0c14c16f..167f6c775 100644 --- a/xsl/params/saxon.character.representation.xml +++ b/xsl/params/saxon.character.representation.xml @@ -8,8 +8,7 @@ Saxon character representation used in generated HTML pages - - +<xsl:param name="saxon.character.representation" select="'entity;decimal'"/> Description @@ -19,5 +18,10 @@ you want to suppress entity references for characters with direct representation in default.encoding, set this parameter to value native. + +This parameter is documented here, but the declaration is actually +in the chunker.xsl stylesheet module. + +