This file is indexed.

/usr/share/doc/libjs-xmlextras/examples/tree.xml is in libjs-xmlextras 20060529-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
<?xml version="1.0" encoding="utf-8"?>

<!-- Comment -->
<tree>
	<tree text="Root" icon="webfxicon.png" action="/" />
	<tree text="Articles">
		<tree text="Widgets" src="widgets.xml" />
		<tree text="XTree" action="/dhtml/xtree/" />
		<tree text="Test &lt;&gt;&quot;&amp;" src="tree1.xml" action="javascript:alert(1)" />
	</tree>
	<tree text="Another Item" action="javascript:alert(2)" />
	<![CDATA[
		CDATA section text
	]]>
</tree>