diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-18 13:11:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:55 -0500 |
commit | 2fb5f5f740cbc3128f7e57ab9cee3f85c77bb56f (patch) | |
tree | c3e26c12d58bbe3320e45fa0eac789dd44124c08 /docs/xslt/generate-attributions.xsl | |
parent | d203e81109c3a17a1dc7ac90bbbf322b671d6361 (diff) | |
download | samba-2fb5f5f740cbc3128f7e57ab9cee3f85c77bb56f.tar.gz samba-2fb5f5f740cbc3128f7e57ab9cee3f85c77bb56f.tar.bz2 samba-2fb5f5f740cbc3128f7e57ab9cee3f85c77bb56f.zip |
Minor fixes:
- faster doc compilation
- remove unused (CVS) script
(This used to be commit 9cab0924b0c7379f68ff12d02e7a496f8359816b)
Diffstat (limited to 'docs/xslt/generate-attributions.xsl')
-rw-r--r-- | docs/xslt/generate-attributions.xsl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl index 6f182fd753..dd9af2a2f3 100644 --- a/docs/xslt/generate-attributions.xsl +++ b/docs/xslt/generate-attributions.xsl @@ -4,10 +4,7 @@ (C) Jelmer Vernooij 2003 --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:exsl="http://exslt.org/common" - xmlns:samba="http://samba.org/common" - version="1.1" - extension-element-prefixes="exsl"> + version="1.1"> <xsl:output method="xml" omit-xml-declaration="yes" indent="yes"/> |