Skip to content

Commit 4713cce

Browse files
fredericDelaportehazzik
authored andcommitted
Switch doc generation to UTF-8.
1 parent 8bc7067 commit 4713cce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/reference/reference.build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,12 @@
6666
<arg file="styles/html_chunk.xsl"/>
6767
</exec>
6868

69-
<exec program="java">
69+
<exec program="java" workingdir="${build.single.dir}">
7070
<arg value="-classpath" />
7171
<arg>
7272
<path refid="saxon.classpath"/>
7373
</arg>
7474
<arg value="com.icl.saxon.StyleSheet" />
75-
<arg value="-o"/>
76-
<arg file="${build.single.dir}/index.html"/>
7775
<arg file="master.xml"/>
7876
<arg file="styles/html.xsl"/>
7977
</exec>

doc/reference/styles/html.xsl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@
2323
xmlns="http://www.w3.org/TR/xhtml1/transitional"
2424
exclude-result-prefixes="#default">
2525

26-
<xsl:import href="&db_xsl_path;/html/docbook.xsl"/>
26+
<xsl:import href="&db_xsl_path;/html/onechunk.xsl"/>
2727

2828
<!--###################################################
2929
HTML Settings
3030
################################################### -->
3131

32+
<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
3233
<xsl:param name="html.stylesheet">../shared/css/html.css</xsl:param>
3334

3435
<!-- These extensions are required for table printing and other stuff -->

doc/reference/styles/html_chunk.xsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
HTML Settings
3030
################################################### -->
3131

32+
<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
3233
<xsl:param name="chunk.section.depth">'5'</xsl:param>
3334
<xsl:param name="use.id.as.filename">'1'</xsl:param>
3435
<xsl:param name="html.stylesheet">../shared/css/html.css</xsl:param>

0 commit comments

Comments
 (0)