diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-13 01:38:40 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:19 -0500 |
commit | 04db59897c36a7a060b249f0375ac917b00511cd (patch) | |
tree | 46cff71864b5063afe01ca05e2bfb86a7f92598e /docs/xslt/generate-attributions.xsl | |
parent | acee25664c2c3740473fbcb12fbf8afa48c40acd (diff) | |
download | samba-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/generate-attributions.xsl')
-rw-r--r-- | docs/xslt/generate-attributions.xsl | 2 |
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()"> |