- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 09:18:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/resources/templates
In directory hutz:/tmp/cvs-serv1802/resources/templates
Added Files:
io_error.vm
Log Message:
Internationalized IO errors
Refactoring of template related functions in TemplateHelper class
--- NEW FILE: io_error.vm ---
<?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">
<checkedby>Unicorn</checkedby>
<passed>false</passed>
<result>
<errors xml:lang="en">
<errorcount>1</errorcount>
<errorlist>
<uri></uri>
<errorcount>1</errorcount>
<error>
<errortype>io</errortype>
<message>
$io_1
</message>
<longmessage>
$io_2
</longmessage>
<longmessage>
$io_3
</longmessage>
<longmessage>
$io_4
</longmessage>
<longmessage>$io_5</longmessage>
</error>
</errorlist>
</errors>
</result>
</observationresponse>
Received on Wednesday, 29 July 2009 09:18:43 UTC