summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-01-07 16:08:50 +1300
committerKarolin Seeger <kseeger@samba.org>2014-11-17 21:21:12 +0100
commitf66abcccf8651a46f15ff15655b07c5b4fd725ed (patch)
tree5b936845e2bdf585e5f762f8bad8a8c5abb73a7a /docs-xml
parent3aa6401c47b6f5c52e1a826ed5e7f2069e384897 (diff)
downloadsamba-f66abcccf8651a46f15ff15655b07c5b4fd725ed.tar.gz
docs: update XInclude year to conform with current standard
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)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build
index 9c6042fe97a..59a537128b5 100644
--- a/docs-xml/wscript_build
+++ b/docs-xml/wscript_build
@@ -97,7 +97,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"