Warning, /frameworks/kdoctools/src/customization/kde-include-man.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@/manpages/docbook.xsl"/>
0005 
0006    <xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
0007    <xsl:output method="text" encoding="UTF-8" indent="no"/>
0008 
0009    <xsl:param name="l10n.xml" select="document('xsl/all-l10n.xml')"/>
0010 
0011 </xsl:stylesheet>