Warning, /frameworks/kdoctools/src/customization/kde-include-common.xsl.cmake is written in an unsupported language. File is not indexed.

0001 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
0002                 version="1.0">
0003 
0004    <xsl:import href="@DOCBOOKXSL_DIR@/html/autoidx.xsl"/>
0005    <xsl:import href="@DOCBOOKXSL_DIR@/html/chunk.xsl"/>
0006 
0007    <xsl:param name="l10n.xml" select="document('xsl/all-l10n.xml')"/>
0008    <xsl:param name="local.l10n.xml" select="document(concat('xsl/',/*/@lang,'.xml'))"/>
0009 
0010    <xsl:template name="generate.html.title"/>
0011 </xsl:stylesheet>