summaryrefslogtreecommitdiff
path: root/docs/xslt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-13 17:28:48 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:20 -0500
commitd74de63ddbf5cf0194a7f9d12e608e6e95da6d6c (patch)
tree65468998241c0cb9f2aafc1640422d177bace6b4 /docs/xslt
parent2bc1700bcb6edf92cf629a710700e4eee649ad3b (diff)
downloadsamba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.tar.gz
samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.tar.bz2
samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.zip
Another set of validation updates
(This used to be commit 5ec9c67db982c020dd98cf972d72f898e4b71fe5)
Diffstat (limited to 'docs/xslt')
-rw-r--r--docs/xslt/expand-sambadoc.xsl6
-rw-r--r--docs/xslt/generate-attributions.xsl2
2 files changed, 1 insertions, 7 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl
index 39e9e0a16b..cd0b9a0daa 100644
--- a/docs/xslt/expand-sambadoc.xsl
+++ b/docs/xslt/expand-sambadoc.xsl
@@ -317,12 +317,6 @@
<xsl:template match="related"><xsl:apply-templates/></xsl:template>
- <xsl:template match="filterline">
- <xsl:element name="programlisting">
- <xsl:apply-templates/>
- </xsl:element>
- </xsl:template>
-
<xsl:template match="//samba:parameterlist">
<xsl:apply-templates>
<xsl:sort select="varlistentry/term/anchor"/>
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl
index fed7325c9b..6a52902dca 100644
--- a/docs/xslt/generate-attributions.xsl
+++ b/docs/xslt/generate-attributions.xsl
@@ -6,7 +6,7 @@
<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" omit-xml-declaration="yes" 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()">