<?xml version='1.0'?>
<!--
- Samba-documentation specific stylesheets
- Published under the GNU GPL
+ Samba-documentation specific stylesheets.
+ This stylesheet eliminates Samba-specific XML elements and replaces them with
+ DocBook-only elements.
+ Published under the GNU GPLv3 or later
(C) Jelmer Vernooij 2002-2004
-->
<?xml version='1.0'?>
<!--
smb.conf-documentation specific stylesheets
- Published under the GNU GPL
+ Published under the GNU GPLv3 or later
(C) Jelmer Vernooij 2002-2004
(C) Alexander Bokovoy 2002-2004
<?xml version='1.0'?>
<!--
-Extract examples out of DocBook/XML file
+ Extract examples out of a DocBook/XML file into separate files.
(C) Jelmer Vernooij 2003
+
+ Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"
</xsl:template>
</xsl:stylesheet>
-
<!--
Generate Docbook/XML file with attributions based on chapter/author tags
(C) Jelmer Vernooij 2003
+
+ Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.1">
- <xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" indent="yes"/>
+<xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" indent="yes"/>
<!-- Remove all character data -->
<xsl:template match="@*|node()">
Find the image dependencies of a certain XML file
Generates (part of) a Makefile
- - $(FNAME)-images-latex-{png,dvi} for role=latex
+ - $(FNAME)-images-latex-{png,eps,pdf} for role=latex
- $(FNAME)-images-role for all other roles
- $(TXTDIR)/$(FNAME)-text
(C) Jelmer Vernooij 2004-2005
+
+ Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.1">
<xsl:output method="text"/>
<?xml version="1.0" encoding="utf-8"?>
-<!-- This file is generated from param.xweb; do not edit this file! -->
-
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
<?xml version="1.0" encoding="utf-8"?>
-<!-- This file is generated from param.xweb; do not edit this file! -->
-
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xlink='http://www.w3.org/1999/xlink'
exclude-result-prefixes="xlink"
<?xml version="1.0" encoding="utf-8"?>
-<!-- This file is generated from param.xweb; do not edit this file! -->
-
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-
-<!-- Remove bits from the manual pages that are not relevant for the book -->
+ <!-- Remove bits from the manual pages that are not relevant for the HOWTO Collection,
+ such as author info, etc -->
<xsl:import href="strip-references.xsl"/>
<xsl:param name="latex.mapping.xml" select="document('latex.overrides.xml')"/>
<?xml version='1.0'?>
+<!--
+ Generate a summary page with a list of links to all manual pages
+
+ Copyright (C) 2004 Jelmer Vernooij <jelmer@samba.org>
+ Published under the GNU GPLv3 or later
+-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"
version="1.1">
Convert DocBook to XML validating against the Pearson DTD
(C) Jelmer Vernooij <jelmer@samba.org> 2004
+
+ Released under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
<?xml version='1.0'?>
<!--
Samba-documentation specific stylesheets
- Published under the GNU GPL
+ Published under the GNU GPLv3 or later
(C) Jelmer Vernooij 2005
-->
yodl macros are used
(C) Jelmer Vernooij 2004
+ Published under the GNU GPLv3 or later
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"