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)
committerMichael Adam <obnox@samba.org>
Wed, 29 Jan 2014 08:11:18 +0000 (09:11 +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>
docs-xml/wscript_build

index a752758626c3a2a345b42c7952d4f18f5e776432..d6ef434cf3ca23bc5901cd384f7e0fef5ba7a6cd 100644 (file)
@@ -98,7 +98,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"