File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
<arg file =" styles/html_chunk.xsl" />
67
67
</exec >
68
68
69
- <exec program =" java" >
69
+ <exec program =" java" workingdir = " ${build.single.dir} " >
70
70
<arg value =" -classpath" />
71
71
<arg >
72
72
<path refid =" saxon.classpath" />
73
73
</arg >
74
74
<arg value =" com.icl.saxon.StyleSheet" />
75
- <arg value =" -o" />
76
- <arg file =" ${build.single.dir}/index.html" />
77
75
<arg file =" master.xml" />
78
76
<arg file =" styles/html.xsl" />
79
77
</exec >
Original file line number Diff line number Diff line change 23
23
xmlns =" http://www.w3.org/TR/xhtml1/transitional"
24
24
exclude-result-prefixes =" #default" >
25
25
26
- <xsl : import href =" &db_xsl_path; /html/docbook .xsl" />
26
+ <xsl : import href =" &db_xsl_path; /html/onechunk .xsl" />
27
27
28
28
<!-- ###################################################
29
29
HTML Settings
30
30
################################################### -->
31
31
32
+ <xsl : param name =" chunker.output.encoding" >UTF-8</xsl : param >
32
33
<xsl : param name =" html.stylesheet" >../shared/css/html.css</xsl : param >
33
34
34
35
<!-- These extensions are required for table printing and other stuff -->
Original file line number Diff line number Diff line change 29
29
HTML Settings
30
30
################################################### -->
31
31
32
+ <xsl : param name =" chunker.output.encoding" >UTF-8</xsl : param >
32
33
<xsl : param name =" chunk.section.depth" >'5'</xsl : param >
33
34
<xsl : param name =" use.id.as.filename" >'1'</xsl : param >
34
35
<xsl : param name =" html.stylesheet" >../shared/css/html.css</xsl : param >
You can’t perform that action at this time.
0 commit comments