This file is indexed.

/usr/share/doc/libahven6-dev/examples/docbook-testreport/xsl/txt.xsl is in libahven6-dev 2.6-1.2.

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
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	version="1.0">
	<xsl:import
		href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
	<xsl:param name="section.autolabel">1</xsl:param>
	<xsl:param name="section.label.includes.component.label">1</xsl:param>
	<xsl:param name="generate.toc">
		book      toc,title,figure,example,equation
	</xsl:param>
</xsl:stylesheet>