From: Michael Smith Date: Thu, 23 Aug 2007 05:10:07 +0000 (+0000) Subject: Minor comment/whitespace change. X-Git-Tag: release/1.79.1~6^2~1764 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b5eb334c3dd6aac545745eba7592ed2b3516e0a;p=docbook-dsssl Minor comment/whitespace change. --- diff --git a/xsl-saxon/src/com/nwalsh/saxon/Windows1252.java b/xsl-saxon/src/com/nwalsh/saxon/Windows1252.java index 23c437329..49b73e38b 100644 --- a/xsl-saxon/src/com/nwalsh/saxon/Windows1252.java +++ b/xsl-saxon/src/com/nwalsh/saxon/Windows1252.java @@ -18,10 +18,10 @@ import com.icl.saxon.charcode.PluggableCharacterSet; * Western European Languages. * * To use this class for generating HTML Help output with the - * DocBook XSL stylesheets, complete the following steps; - * + * DocBook XSL stylesheets, complete the following steps: + * * 1. Make sure that the Saxon 6.5.x jar file and the jar file for - * the DocBook XSL Java extensions are in your CLASSPATH + * the DocBook Saxon extensions are in your CLASSPATH * * 2. Create a DocBook XSL customization layer -- a file named * "mystylesheet.xsl" or whatever -- that, at a minimum, @@ -64,8 +64,6 @@ import com.icl.saxon.charcode.PluggableCharacterSet; * */ - - public class Windows1252 implements PluggableCharacterSet { public final boolean inCharset(int c) {