Another set of updates; includes the new examples code and use of
[Samba.git] / docs / settings.xsl.in
blobf9deddf4388998cdf9a88a4620b78f7591dc46fb
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.1">
5 <xsl:param name="papersize"><xsl:text>@PAPERSIZE@</xsl:text></xsl:param>
6 <xsl:param name="docrop"><xsl:text>@DOCROP@</xsl:text></xsl:param>
7 <xsl:param name="ulink.footnotes"><xsl:text>@ULINK_IN_FOOTNOTE@</xsl:text></xsl:param>
8 <xsl:param name="ulink.show"><xsl:text>@ULINK_SHOW@</xsl:text></xsl:param>
9 </xsl:stylesheet>