CVS 2002/css-validator/org/w3c/css/css

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory roscoe:/tmp/cvs-serv27685

Modified Files:
	ucn.properties 
Log Message:
avoiding a name clash using xmlbeans in unicorn

--- /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties	2014/01/06 13:34:38	1.44
+++ /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties	2014/01/13 10:13:02	1.45
@@ -54,9 +54,9 @@
 		$span_value
 #end
 	</title>
-        <type>
+        <typeid>
                 $esc.xml($error_content.get("Type"))
-        </type>
+        </typeid>
 </message>
 #end
 
@@ -66,7 +66,7 @@
 <message type="warning" level="$warning.Level" #if ($warningSource != $file_title)ref="$esc.xml($warningSource)"#end>
 	<context line="$!warning.Line" >#if ( $warning.Context ) $esc.xml($!warning.Context) #end</context>
 	<title>$esc.xml($warning.WarningMessage)</title>
-        <type>$esc.xml($warning.Type)</type>
+        <typeid>$esc.xml($warning.Type)</typeid>
 </message>
 #end
 #end

Received on Monday, 13 January 2014 10:13:07 UTC