]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs: update XInclude year to conform with current standard
authorGarming Sam <garming@catalyst.net.nz>
Tue, 7 Jan 2014 03:08:50 +0000 (16:08 +1300)
committerKarolin Seeger <kseeger@samba.org>
Tue, 18 Nov 2014 20:09:03 +0000 (21:09 +0100)
This allows the inbuilt python XML parser to handle these includes.

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 02379369ef7968f297b8678c9743679b4775662e)

docs-xml/wscript_build

index 25e381e2dede58aa7c669cc79ff847e8e5ee99e6..c8a686391ee83d63ca6eb5902ee92569078d2e61 100644 (file)
@@ -93,7 +93,7 @@ def smbdotconf_generate_parameter_list(task):
     parameter_all = task.outputs[0].bldpath(task.env)
     articles = task.inputs
 
-    t = '<section xmlns:xi="http://www.w3.org/2003/XInclude">\n'
+    t = '<section xmlns:xi="http://www.w3.org/2001/XInclude">\n'
     for article in articles:
         t += "<xi:include href='file://" + article.abspath(task.env) + "' parse='xml'/>\n"
     t += "</section>\n"