File: html.xsl

package info (click to toggle)
mosquitto 2.0.22-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,572 kB
  • sloc: ansic: 51,107; python: 15,095; xml: 7,187; makefile: 1,821; cpp: 1,541; sh: 320; perl: 70
file content (12 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Set parameters for manpage xsl -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
	<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
	<xsl:output encoding="utf-8" indent="yes"/>
	<xsl:param name="html.stylesheet">man.css</xsl:param>
	<!-- Generate ansi style function synopses. -->
	<xsl:param name="man.funcsynopsis.style">ansi</xsl:param>
	<xsl:param name="make.clean.html" select="1"></xsl:param>
	<xsl:param name="make.valid.html" select="1"></xsl:param>
	<xsl:param name="html.cleanup" select="1"></xsl:param>
	<xsl:param name="docbook.css.source"></xsl:param>
</xsl:stylesheet>