mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
11 lines
376 B
XML
11 lines
376 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
|
version="1.0">
|
|
|
|
<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl"/>
|
|
|
|
<xsl:param name="section.autolabel" select="1"></xsl:param>
|
|
<xsl:param name="toc.section.depth">5</xsl:param>
|
|
</xsl:stylesheet>
|