This file is indexed.

/usr/share/php/doc/XML_Parser/examples/xml_parser_simple1.xml is in php-xml-parser 1.3.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
<!-- $Id: xml_parser_simple1.xml,v 1.2 2004/05/24 21:42:33 schst Exp $ -->
<foo>
    <bar>content of bar</bar>
    <empty/>
    <argh foo="bar">
        test
        <tomato>pizza</tomato>
    </argh>
</foo>