This file is indexed.

/usr/share/doc/python-trml2pdf/examples/ex2.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
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE document SYSTEM "rml_1_0.dtd">
<document filename="example_2.pdf">
<template>
		<pageTemplate id="main">
		<frame id="first" x1="72" y1="72" width="451" height="698"/>
		</pageTemplate>
</template>
<stylesheet>
</stylesheet>
<!-- The story starts below this comment -->
<story>
		<para>
			This is the "story". This is the part of the RML document where
			your text is placed.
		</para>
		<para>
			It should be enclosed in "para" and "/para" tags to turn it into
			paragraphs.
		</para>
</story>
</document>