2006/unicorn/WebContent/WEB-INF/resources/tasklist tasklist.rdf,1.1.2.3,1.1.2.4

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist
In directory hutz:/tmp/cvs-serv22746/WebContent/WEB-INF/resources/tasklist

Modified Files:
      Tag: dev2
	tasklist.rdf 
Log Message:
translation of values in RDF file was broken + some cleaning

Index: tasklist.rdf
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/Attic/tasklist.rdf,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- tasklist.rdf	20 Aug 2009 14:06:22 -0000	1.1.2.3
+++ tasklist.rdf	20 Aug 2009 14:42:12 -0000	1.1.2.4
@@ -1,29 +1,19 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE owl [
-	<!ENTITY ucn "http://www.w3.org/unicorn">
-	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns">
-	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema">
-	<!ENTITY xs "http://www.w3.org/2001/XMLSchema">
-	]>
 
 <rdf:RDF
-	xmlns:rdf="&rdf;#"
-	xmlns:rdfs="&rdfs;#"
-	xmlns:ucn="&ucn;#"
-	xmlns:xs="&xs;"
-	xmlns="&ucn;#"
-	xml:base="&ucn;#"
+	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+	xmlns:ucn="http://www.w3.org/unicorn#"
+	xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	xml:base="http://www.w3.org/unicorn#"
 	>
 
-
-
-	
 	<ucn:Task ucn:reference="conformance" ucn:default="true">
 		<ucn:longName xml:lang="en">General Conformance Check</ucn:longName>
 		<ucn:longName xml:lang="fr">Vérifie la conformité générale</ucn:longName>
 		<ucn:description xml:lang="en">This task will do as much observations as possible.</ucn:description>
 		<ucn:hasParameter>
-			<ucn:Dropdown ucn:reference="profile" ucn:default="0" ucn:observer="css-validator">
+			<ucn:Dropdown ucn:reference="profile">
 				<ucn:longName xml:lang="en">CSS Profile</ucn:longName>
 				<ucn:longName xml:lang="fr">Profil CSS</ucn:longName>
 			</ucn:Dropdown>
@@ -34,21 +24,21 @@
 		<ucn:longName xml:lang="en">Global CSS Validation</ucn:longName>
 
     <ucn:hasParameter>
-			<ucn:Radio ucn:reference="warning" ucn:default="0" ucn:observer="css-validator">
+			<ucn:Radio ucn:reference="warning">
 				<ucn:longName xml:lang="en">Warning</ucn:longName>
 				<ucn:longName xml:lang="fr">Alerte</ucn:longName>
 			</ucn:Radio>
 		</ucn:hasParameter>
 		<ucn:hasParameter>
-			<ucn:CheckBoxList ucn:reference="usermedium" ucn:default="all" ucn:observer="css-validator">
+			<ucn:CheckBoxList ucn:reference="usermedium">
 				<ucn:longName xml:lang="en">User Medium</ucn:longName>
 				<ucn:longName xml:lang="fr">Medium</ucn:longName>
-				<!--<ucn:hasValue>
+				<ucn:hasValue>
 					<ucn:Value ucn:reference="all">
 						<ucn:longName xml:lang="en">All</ucn:longName>
 						<ucn:longName xml:lang="fr">Tous</ucn:longName>
 					</ucn:Value>
-				</ucn:hasValue>-->
+				</ucn:hasValue>
 			</ucn:CheckBoxList>
 			
 		</ucn:hasParameter>

Received on Thursday, 20 August 2009 14:42:24 UTC