This file is indexed.

/usr/share/doc/libxml-dt-perl/examples/ex3.xml is in libxml-dt-perl 0.68-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
15
16
17
18
19
20
21
22
23
24
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE musica SYSTEM "jj.dtd" []>

<musica>
 <music>Luís Represas</music>
 <lyrics>Camões</lyrics>

an element with attributs

 <title acordes="*">Fora do tempo</title>

 <com>letra incompleta</com>

An empty element with attributs

 <arquivo file="arq.xml"/>

 Fora do tempo ...
 Vindos da mesma mãe..

 O tempo também se engana
 ...

</musica>