This file is indexed.

/usr/share/doc/libjs-mochikit/examples/ajax_tables/domains.xml is in libjs-mochikit 1.4.2-4.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<datatable>
    <columns>
        <column>domain_name</column>
        <column>create_date</column>
        <column>expiry_date</column>
        <column>organization_name</column>
    </columns>
    <rows>
        <row>
            <cell>xml.com</cell>
            <cell>1996-09-30</cell>
            <cell>2012-09-29</cell>
            <cell>Tim Bray</cell>
        </row>
        <row>
            <cell>mochibot.com</cell>
            <cell>2005-02-10</cell>
            <cell>2007-02-10</cell>
            <cell>Jameson Hsu</cell>
        </row>
        <row>
            <cell>pythonmac.org</cell>
            <cell>2003-09-24</cell>
            <cell>2006-09-24</cell>
            <cell>Bob Ippolito</cell>
        </row>
        <row>
            <cell>undefined.org</cell>
            <cell>2000-01-10</cell>
            <cell>2006-01-10</cell>
            <cell>Robert J Ippolito</cell>
        </row>
        <row>
            <cell>python.org</cell>
            <cell>1995-03-27</cell>
            <cell>2007-03-28</cell>
            <cell>Python Software Foundation</cell>
        </row>
    </rows>
</datatable>