validator/share/templates/en_US ucn_output.tmpl,1.4,1.5

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv28804

Modified Files:
	ucn_output.tmpl 
Log Message:
proper schema location for unicorn response

Index: ucn_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/ucn_output.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ucn_output.tmpl	5 Sep 2006 08:03:37 -0000	1.4
+++ ucn_output.tmpl	13 Oct 2006 07:01:18 -0000	1.5
@@ -5,7 +5,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <observationresponse xmlns="http://www.w3.org/unicorn/observationresponse"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.w3.org/unicorn/observationresponse file:/home/jean/observer-response.xsd">
+  xsi:schemaLocation="http://www.w3.org/unicorn/observationresponse http://www.w3.org/QA/2006/obs_framework/response/observer-response.xsd">
     <uri><TMPL_VAR NAME="file_uri" ESCAPE="HTML"></uri>
     <checkedby><TMPL_VAR NAME="cfg_home_page" ESCAPE="HTML"></checkedby>
     <passed><TMPL_IF NAME="VALID">true<TMPL_ELSE>false</TMPL_IF></passed>

Received on Friday, 13 October 2006 07:01:31 UTC