This file is indexed.

/usr/share/refdb/examples/dbxtest.short.xml is in refdb-clients 1.0.2-3.

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
15
16
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY bibliography SYSTEM "dbxtest.bib.xml">
]>
<book>
  <title>RefDB bibliography test document</title>
  <chapter>
    <title>Some example citations</title>
    <para>This is a citation <citation role="REFDB">2;</citation>.</para>
    <para>This is a multiple citation <citation role="REFDB">2;14;5;</citation>.</para>
    <para>This is a book <citation role="REFDB">11;</citation> and this is a book chapter <citation role="REFDB">12;</citation>.</para>
    <para><citation role="REFDB">A:2;</citation> reported recently <citation role="REFDB">Y:2;</citation>, that textual citations also work.</para>
  </chapter>
&bibliography;
</book>