From 95007c9a9c08f0330a5f23a44e5bf9debeeaceaf Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Sun, 20 May 2001 21:18:08 +0000 Subject: [PATCH] Fixed bug #425149, colphons and articles inside book are now handled --- xsl/javahelp/javahelp-common.xsl | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/xsl/javahelp/javahelp-common.xsl b/xsl/javahelp/javahelp-common.xsl index ee34095d2..f4da8bf1c 100644 --- a/xsl/javahelp/javahelp-common.xsl +++ b/xsl/javahelp/javahelp-common.xsl @@ -1,5 +1,7 @@ + xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" + exclude-result-prefixes="doc" + version="1.0"> @@ -13,6 +15,17 @@ ******************************************************************** --> + + + + +Character encoding to use in control files for Java Help. + +Java Help crashes on some characters when written as character +references. In that case you can select appropriate encoding here. + + + @@ -93,6 +106,7 @@ + @@ -135,12 +149,12 @@ - - @@ -239,7 +253,7 @@ - + @@ -263,6 +277,7 @@ + @@ -278,6 +293,8 @@ | //preface | //chapter | //appendix + | //article + | //colophon | //refentry | //section | //sect1 @@ -316,7 +333,7 @@ - @@ -329,7 +346,7 @@ - + @@ -362,6 +379,7 @@ + -- 2.40.0