On Friday 02 December 2005 19:59, Bob Hanson wrote: > Egon, looking at that docbook.xml, it appears that some (all?) of the > problem is with > > See also: > <xref linkend="delay"/>, > <xref linkend="exit"/>, > <xref linkend="frame"/>, > <xref linkend="loop"/>, > <xref linkend="model"/>, > <xref linkend="move"/>, > <xref linkend="moveto"/>, > <xref linkend="quit"/>, > <xref linkend="script"/>, > <xref linkend="setspin"/>, > <xref linkend="show"/>, > <xref linkend="spin"/>, > <xref linkend="translate"/>, > <xref linkend="zoom"/>,
Right... unlike what I said in my the email I just send... <xref> is indeed the Docbook way to make references within on document... As observed by Daniel, those should indeed have been wrapped in a <para>, as in: <para> See also: <xref linkend="delay"/> etc. </para> > which only appears within a <section> tag. Is this something that was > recently added? Yes, I think I added that the last time... > This got translated from my: > > <cmdxref> > <seealso><a class="xref" href="#delay">delay</a> </seealso> > <seealso><a class="xref" href="#exit">exit</a> </seealso> > <seealso><a class="xref" href="#frame">frame</a> </seealso> > <seealso><a class="xref" href="#loop">loop</a> </seealso> > <seealso><a class="xref" href="#model">model</a> </seealso> > <seealso><a class="xref" href="#move">move</a> </seealso> > <seealso><a class="xref" href="#moveto">moveto</a> </seealso> > <seealso><a class="xref" href="#quit">quit</a> </seealso> > <seealso><a class="xref" href="#script">script</a> </seealso> > <seealso><a class="xref" href="#setspin">set spin</a> </seealso> > <seealso><a class="xref" href="#show">show</a> </seealso> > <seealso><a class="xref" href="#spin">spin</a> </seealso> > <seealso><a class="xref" href="#translate">translate</a> </seealso> > <seealso><a class="xref" href="#zoom">zoom</a> </seealso> > </cmdxref> Indeed. > Should all these xrefs just be removed? Does docbook have a > cross-referencing mechanism that we can properly tie into? See http://www.docbook.org/tdg/en/html/xref.html. E. -- [EMAIL PROTECTED] Blog: http://chem-bla-ics.blogspot.com/ GPG: 1024D/D6336BA6 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
