From b9f1fa70621119362e1bcf3a4d7a829e7609c679 Mon Sep 17 00:00:00 2001 From: Dirk Baechle Date: Sun, 19 Jan 2014 13:12:57 +0100 Subject: - added doc editor configuration for XXE5 - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE --- bin/SConsDoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/SConsDoc.py b/bin/SConsDoc.py index dc9d161d..e1c2b0bb 100644 --- a/bin/SConsDoc.py +++ b/bin/SConsDoc.py @@ -315,7 +315,7 @@ if not has_libxml2: fout.close() def decorateWithHeader(self, root): - root.attrib["{"+xsi+"}schemaLocation"] = "%s/scons.xsd scons.xsd" % dbxsd + root.attrib["{"+xsi+"}schemaLocation"] = "%s %s/scons.xsd" % (dbxsd, dbxsd) return root def newXmlTree(self, root): @@ -450,7 +450,7 @@ else: xi = root.newNs(xsi, 'xsi') root.setNs(ns) #put this node in the target namespace - root.setNsProp(xi, 'schemaLocation', "%s/scons.xsd scons.xsd" % dbxsd) + root.setNsProp(xi, 'schemaLocation', "%s %s/scons.xsd" % (dbxsd, dbxsd)) return root -- cgit v1.2.1