Hi, This morning I uploaded the 1.0.18 version of debiandoc-sgml. This version solves a very serious bug which makes the package completely useless if it contains the <ftpsite> tag, except for generating text. Both html and postscript generation are completely fauled up. :-(
Below are the patches to fix this while waiting for the package to go through the installation procedure. I apologize for the inconvenience. ====================================================================== --- /usr/lib/debiandoc-sgml/spec/html.old Mon May 11 22:29:23 1998 +++ /usr/lib/debiandoc-sgml/spec/html Mon May 11 22:12:07 1998 @@ -987,7 +987,7 @@ ## ---------------------------------------------------------------------- sgml( '<FTPSITE>', \&start_ftpsite ); -sgml( '</FTPSITE>', \$end_ftpsite ); +sgml( '</FTPSITE>', \&end_ftpsite ); ## ---------------------------------------------------------------------- sgml( '<FTPPATH>', \&start_ftppath ); ====================================================================== --- /usr/lib/debiandoc-sgml/spec/lout.old Mon May 11 22:29:24 1998 +++ /usr/lib/debiandoc-sgml/spec/lout Mon May 11 22:34:16 1998 @@ -986,7 +986,7 @@ ## ---------------------------------------------------------------------- sgml( '<FTPSITE>', \&start_ftpsite ); -sgml( '</FTPSITE>', \$end_ftpsite ); +sgml( '</FTPSITE>', \&end_ftpsite ); ## ---------------------------------------------------------------------- sgml( '<FTPPATH>', \&start_ftppath ); ====================================================================== Thanks, Ardo -- Ardo van Rangelrooij home email: [EMAIL PROTECTED], [EMAIL PROTECTED] home page: http://www.tip.nl/users/ardo.van.rangelrooij PGP fp: 3B 1F 21 72 00 5C 3A 73 7F 72 DF D9 90 78 47 F9 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

