mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
992f1e6b8f
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e
)
12 lines
530 B
XML
12 lines
530 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns:exsl="http://exslt.org/common"
|
|
xmlns:samba="http://samba.org/common"
|
|
version="1.1">
|
|
|
|
<xsl:param name="papersize"><xsl:text>@PAPERSIZE@</xsl:text></xsl:param>
|
|
<xsl:param name="docrop"><xsl:text>@DOCROP@</xsl:text></xsl:param>
|
|
<xsl:param name="duplicate_ulinks"><xsl:text>@DUPLICATE_ULINKS@</xsl:text></xsl:param>
|
|
<xsl:param name="fontsize"><xsl:text>@FONTSIZE@</xsl:text></xsl:param>
|
|
</xsl:stylesheet>
|