Currently the build requires docbook-xsl 1.40.0 I spent some time figuring out why it won't work with the latest release of docbook. While I wasn't completely successful, I got very close.
Only a small change (see below) is necessary to bring it up to docbook-xsl-1.54.1, the previous release. (I was unable to get it to compile with docbook-xsl-1.55.0, which is two weeks old. I know very little about docbook and was unable to interpret the error messages. In an attempt to figure out what was wrong I whittled down the file JmolGuide.docbook.xml until it was almost nothing ... it still failed with the same error messages. I did the best I could ... Sorry) Hope this is helpful and that someone can check in the small change. Michael [mth@hucho source]$ cvs diff JmolGuide.docbook.xml Index: JmolGuide.docbook.xml =================================================================== RCS file: /cvsroot/jmol/Jmol/doc/source/JmolGuide.docbook.xml,v retrieving revision 1.1 diff -r1.1 JmolGuide.docbook.xml 26c26 < The syntax of these scripts is explained in <link linkend="rasmol"></link>. --- > The syntax of these scripts is explained in <xref linkend="rasmol" />. 367c367 < <chapter id="rasmol"> --- > <chapter id="rasmol" xreflabel="Rasmol Scripts"> 533c533 < </cmdsynopsis> --- > gre </cmdsynopsis> [mth@hucho source]$ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers