/usr/share/refdb/examples/dbtest.sgml is in refdb-clients 1.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY bibliography SYSTEM "dbtest.bib.sgml">
]>
<book>
<title>RefDB bibliography test document</title>
<chapter>
<title>Some example citations</title>
<para>This is a citation <citation role="REFDB"><xref linkend="ID2-X"></citation>.</para>
<para>This is a multiple citation <citation role="REFDB"><xref endterm="IM0" linkend="ID2" role="MULTIXREF"><xref linkend="ID2-S"><xref linkend="ID14-X"><xref linkend="ID5-X"></citation>.</para>
<para>This is a book <citation role="REFDB"><xref linkend="ID11-X"></citation> and this is a book chapter <citation role="REFDB"><xref linkend="ID12-X"></citation>.</para>
<para><citation role="REFDB"><xref linkend="ID2-Q"></citation> reported recently <citation role="REFDB"><xref linkend="ID2-Y"></citation>, that textual citations also work.</para>
</chapter>
&bibliography;
</book>
|