Add all the source files from the old CVS tree,
[tprouty/samba.git] / docs / settings.xsl.in
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 xmlns:exsl="http://exslt.org/common"
4                 xmlns:samba="http://samba.org/common"
5                                 version="1.1">
6
7 <xsl:param name="papersize"><xsl:text>@PAPERSIZE@</xsl:text></xsl:param>
8 <xsl:param name="docrop"><xsl:text>@DOCROP@</xsl:text></xsl:param>
9 <xsl:param name="duplicate_ulinks"><xsl:text>@DUPLICATE_ULINKS@</xsl:text></xsl:param>
10 <xsl:param name="fontsize"><xsl:text>@FONTSIZE@</xsl:text></xsl:param>
11 </xsl:stylesheet>