/usr/share/kf5/kdoctools/customization/kde-include-common.xsl is in kdoctools5 5.44.0-0ubuntu1.
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 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/autoidx.xsl"/>
<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/chunk.xsl"/>
<xsl:param name="l10n.xml" select="document('xsl/all-l10n.xml')"/>
<xsl:param name="local.l10n.xml" select="document(concat('xsl/',/*/@lang,'.xml'))"/>
<xsl:template name="generate.html.title"/>
</xsl:stylesheet>
|