/usr/share/doc/xmltex/manual.xsl is in xmltex 1.9.debian.1-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 22 23 24 25 26 27 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="http://www.oucs.ox.ac.uk/stylesheets/teihtml.xsl"/>
<xsl:variable name="subTocDepth">-2</xsl:variable>
<xsl:variable name="masterFile">manual</xsl:variable>
<xsl:variable name="splitLevel">-1</xsl:variable>
<xsl:variable name="alignNavigationPanel">center</xsl:variable>
<xsl:variable name="topNavigationPanel"></xsl:variable>
<xsl:variable name="bottomNavigationPanel">true</xsl:variable>
<xsl:variable name="institution">Numerical Algorithms Group: NAG</xsl:variable>
<xsl:variable name="homeURL">http://www.nag.co.uk/</xsl:variable>
<xsl:variable name="homeWords">NAG</xsl:variable>
<xsl:variable name="parentURL">http://www.tei-c.org/</xsl:variable>
<xsl:variable name="parentWords">NAG</xsl:variable>
<xsl:variable name="feedbackURL">http://www.nag.co.uk/</xsl:variable>
<xsl:variable name="feedbackWords">NAG</xsl:variable>
<xsl:variable name="searchURL"></xsl:variable>
<xsl:variable name="searchWords"></xsl:variable>
<xsl:variable name="showTitleAuthor">true</xsl:variable>
<xsl:template name="logoPicture"/>
<xsl:template name="copyrightStatement"> Copyright 2000 David Carlisle, NAG
</xsl:template>
</xsl:stylesheet>
|