This file is indexed.

/usr/share/doc/python-trml2pdf/examples/ex1.rml is in python-trml2pdf 1.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
<!DOCTYPE document SYSTEM "rml_1_0.dtd">
<document filename="example_1.pdf">
<stylesheet>
</stylesheet>
<pageDrawing>
	 <drawCentredString x="4.1in" y="5.8in">
		   Hello World.
	 </drawCentredString>
</pageDrawing>
</document>