summaryrefslogtreecommitdiff
path: root/docs/xslt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-13 01:38:40 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:19 -0500
commit04db59897c36a7a060b249f0375ac917b00511cd (patch)
tree46cff71864b5063afe01ca05e2bfb86a7f92598e /docs/xslt
parentacee25664c2c3740473fbcb12fbf8afa48c40acd (diff)
downloadsamba-04db59897c36a7a060b249f0375ac917b00511cd.tar.gz
samba-04db59897c36a7a060b249f0375ac917b00511cd.tar.bz2
samba-04db59897c36a7a060b249f0375ac917b00511cd.zip
Fix validation for the developers guide.
(This used to be commit 2a26734ce26ae68f89c814e0b4219964443679ba)
Diffstat (limited to 'docs/xslt')
-rw-r--r--docs/xslt/generate-attributions.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl
index a6e7f98e16..fed7325c9b 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" 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" omit-xml-declaration="yes" indent="yes"/>
<!-- Remove all character data -->
<xsl:template match="@*|node()">