/usr/share/freefoam/asciidoc/common.xsl is in libfreefoam-dev 0.1.0+dfsg-1build1.
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 | <!--
Inlcuded in xhtml.xsl, xhtml.chunked.xsl, htmlhelp.xsl.
Contains common XSL stylesheets parameters.
Output documents styled by docbook.css.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:include href="orig-common.xsl"/>
<!-- Exclude GNU FDL sections from TOC (how to do this with dblatex???) -->
<xsl:template match="appendix[@id='sec_gnu_fdl']//section" mode="toc" />
</xsl:stylesheet>
|