Start working on samba-specific conversion script to pearson XML
[Samba.git] / docs / xslt / html-common.xsl
blobdce900ef678d73328f55c33b20a5e196420016c4
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This file is generated from param.xweb; do not edit this file! -->
4 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
6 <xsl:param name="base.dir" select="'../htmldocs/'"/>
7 <xsl:param name="bridgehead.in.toc" select="1"/>
8 <xsl:param name="citerefentry.link" select="'1'"/>
9 <xsl:param name="css.decoration" select="1"/>
10 <xsl:param name="html.stylesheet" select="'samba.css'"/>
11 <xsl:param name="html.stylesheet.type">text/css</xsl:param>
12 <xsl:param name="use.extensions" select="'0'"/>
13 <xsl:param name="use.id.as.filename" select="'1'"/>
14 <xsl:param name="use.local.olink.style" select="1"/>
15 <xsl:param name="use.role.as.xrefstyle" select="1"/>
16 <xsl:param name="use.role.for.mediaobject" select="1"/>
18 <xsl:template name="generate.citerefentry.link">
19 <xsl:value-of select="refentrytitle"/><xsl:text>.</xsl:text><xsl:value-of select="manvolnum"/><xsl:text>.html</xsl:text>
20 </xsl:template>
22 <xsl:template match="author">
23 </xsl:template>
25 </xsl:stylesheet>