Skip to content

Commit

Permalink
Switch doc generation to UTF-8.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte authored and hazzik committed Oct 12, 2017
1 parent 8bc7067 commit 4713cce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions doc/reference/reference.build
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@
<arg file="styles/html_chunk.xsl"/>
</exec>

<exec program="java">
<exec program="java" workingdir="${build.single.dir}">
<arg value="-classpath" />
<arg>
<path refid="saxon.classpath"/>
</arg>
<arg value="com.icl.saxon.StyleSheet" />
<arg value="-o"/>
<arg file="${build.single.dir}/index.html"/>
<arg file="master.xml"/>
<arg file="styles/html.xsl"/>
</exec>
Expand Down
3 changes: 2 additions & 1 deletion doc/reference/styles/html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">

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

<!--###################################################
HTML Settings
################################################### -->

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

<!-- These extensions are required for table printing and other stuff -->
Expand Down
1 change: 1 addition & 0 deletions doc/reference/styles/html_chunk.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
HTML Settings
################################################### -->

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

0 comments on commit 4713cce

Please sign in to comment.