[Oval-commits] r172 - trunk/oval-server/dsa2oval/definition

Pavel Vinogradov blaze-guest at alioth.debian.org
Mon Aug 20 15:28:28 UTC 2007


Author: blaze-guest
Date: 2007-08-20 15:28:28 +0000 (Mon, 20 Aug 2007)
New Revision: 172

Modified:
   trunk/oval-server/dsa2oval/definition/generator.py
Log:
Fix path to xsd files in generator

Modified: trunk/oval-server/dsa2oval/definition/generator.py
===================================================================
--- trunk/oval-server/dsa2oval/definition/generator.py	2007-08-20 15:09:24 UTC (rev 171)
+++ trunk/oval-server/dsa2oval/definition/generator.py	2007-08-20 15:28:28 UTC (rev 172)
@@ -479,7 +479,7 @@
 
 	root = __createXMLElement ("oval_definitions", 
 			attrs= {
-				"xsi:schemaLocation" : "http://oval.mitre.org/XMLSchema/oval-definitions-5#independent independent-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux linux-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#unix unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd",
+				"xsi:schemaLocation" : "http://oval.mitre.org/XMLSchema/oval-definitions-5#independent /usr/share/ovaldi/xml/independent-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux /usr/share/ovaldi/xml/linux-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#unix /usr/share/ovaldi/xml/unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5 /usr/share/ovaldi/xml/oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 /usr/share/ovaldi/xml/oval-common-schema.xsd",
 				"xmlns:xsi" 		: "http://www.w3.org/2001/XMLSchema-instance",
 				"xmlns:ind-def " 	: "http://oval.mitre.org/XMLSchema/oval-definitions-5#independent",
 				"xmlns:linux-def" : "http://oval.mitre.org/XMLSchema/oval-definitions-5#linux",




More information about the Oval-commits mailing list