[Refdb-users] doc correction
Status: Beta
Brought to you by:
mhoenicka
|
From: Matt P. <mat...@ut...> - 2004-02-12 02:39:53
|
Hey Markus, things seem to be working a bit better, will try to get you a reproducible version of that error soon, in the meantime... there's a paragraph in the manual (chapter 10) that reads, in sgml source: <para>The <option>-t</option> switch determines the <link linkend="sect-output-formats">type of output</link>. The default value for <replaceable>output-format</replaceable> is <wordasword>scrn</wordasword> (screen output), other possible values are <wordasword>db31</wordasword> (DocBook SGML V. 3.1), <wordasword>db31x</wordasword> (DocBook XML), <wordasword>ris</wordasword> (RIS as of Reference Manager 8.01), <wordasword>risx</wordasword> (XML according to the <link linkend="sect1-writing-risx">risx DTD</link>), <wordasword>html</wordasword> (HTML), <wordasword>xhtml</wordasword> (XHTML), and <wordasword>bibtex</wordasword> (BibTeX).</para> This has a coupleo f errors (b/c of direct copying from getref documntation) and should probably read morel ike: <para>The <option>-t</option> switch determines the <link linkend="sect-output-formats">type of output</link>. The default value for <replaceable>output-format</replaceable> is <wordasword>scrn</wordasword> (screen output), other possible values are <wordasword>xnote</wordasword> (XML according to the <link linkend="sect1-writing-risx">xnote DTD</link>), <wordasword>html</wordasword> (HTML), and <wordasword>xhtml</wordasword> (XHTML).</para> the <link linkend="sect1-writing-risx"> element is wrong but I wasn't sure where you would want to point the xnote link. more soon (making progress on php!), matt |