2006/unicorn/resources/templates/errors en_io_error.vm,1.1.1.1,1.2 en_unmarshalling_error.vm,1.1.1.1,1.2

Update of /sources/public/2006/unicorn/resources/templates/errors
In directory hutz:/tmp/cvs-serv7539/resources/templates/errors

Modified Files:
	en_io_error.vm en_unmarshalling_error.vm 
Log Message:
fixed a bug with special characters caused by a deprecated class (now using a StringBuilder)

Index: en_unmarshalling_error.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/errors/en_unmarshalling_error.vm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- en_unmarshalling_error.vm	31 Aug 2006 09:09:30 -0000	1.1.1.1
+++ en_unmarshalling_error.vm	10 Sep 2008 10:10:40 -0000	1.2
@@ -2,9 +2,7 @@
     <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"> 
-      <uri><![CDATA[$documentName]]></uri> 
       <checkedby>Unicorn</checkedby>
-      <date>$date</date>
       <passed>false</passed>
       <result>
         <errors xml:lang="en">

Index: en_io_error.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/errors/en_io_error.vm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- en_io_error.vm	31 Aug 2006 09:09:30 -0000	1.1.1.1
+++ en_io_error.vm	10 Sep 2008 10:10:40 -0000	1.2
@@ -2,9 +2,7 @@
 <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"> 
-    <uri><![CDATA[$documentName]]></uri> 
     <checkedby>Unicorn</checkedby>
-    <date>$date</date>
     <passed>false</passed>
     <result>
         <errors xml:lang="en">

Received on Wednesday, 10 September 2008 10:11:19 UTC