From: Jirka Kosek Date: Sat, 21 Apr 2001 19:32:45 +0000 (+0000) Subject: Added parameters for changing output encoding in chunked HTML X-Git-Tag: release/1.79.1~6^2~6567 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e197b3200c0544debae707fd1b8d8ff28b3229fc;p=docbook-dsssl Added parameters for changing output encoding in chunked HTML --- diff --git a/xsl/html/chunker.xsl b/xsl/html/chunker.xsl index d4375d02c..f59af6c21 100644 --- a/xsl/html/chunker.xsl +++ b/xsl/html/chunker.xsl @@ -38,7 +38,7 @@ - + @@ -59,7 +59,8 @@ + indent="{$indent}" + saxon:character-representation="{$saxon.character.representation}"> @@ -69,7 +70,8 @@ href="{$filename}" method="{$method}" encoding="{$encoding}" - indent="{$indent}"> + indent="{$indent}" + saxon:character-representation="{$saxon.character.representation}"> @@ -93,7 +95,7 @@ - + @@ -118,7 +120,8 @@ encoding="{$encoding}" indent="{$indent}" doctype-public="{$doctype-public}" - doctype-system="{$doctype-system}"> + doctype-system="{$doctype-system}" + saxon:character-representation="{$saxon.character.representation}"> @@ -130,7 +133,8 @@ encoding="{$encoding}" indent="{$indent}" doctype-public="{$doctype-public}" - doctype-system="{$doctype-system}"> + doctype-system="{$doctype-system}" + saxon:character-representation="{$saxon.character.representation}"> diff --git a/xsl/html/param.xsl b/xsl/html/param.xsl index 71095541f..54aeecbbf 100644 --- a/xsl/html/param.xsl +++ b/xsl/html/param.xsl @@ -1110,4 +1110,30 @@ generated by the generate.citerefentry.link template. + + + + +Encoding used in generated HTML pages + +This encoding is used in files generated by chunking stylesheet. Currently +only Saxon is able to change output encoding. + + + + + + + + +Saxon character representation used in generated HTML pages + +This character representation is used in files generated by chunking stylesheet. If +you want to suppress entity references for characters with direct representation +in default.encoding, set this parameter to value native. + + + + +