]> granicus.if.org Git - docbook-dsssl/commitdiff
Minor comment/whitespace change.
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 23 Aug 2007 05:10:07 +0000 (05:10 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 23 Aug 2007 05:10:07 +0000 (05:10 +0000)
xsl-saxon/src/com/nwalsh/saxon/Windows1252.java

index 23c437329adb9c03f681beb83c1d9584e1ce0b0b..49b73e38bd473353c0fd93a41985459b92b82e9c 100644 (file)
@@ -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) {