- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Oct 2005 10:09:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv11873
Modified Files:
soap_output.tmpl
Log Message:
adding number of errors to soap output
Index: soap_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_output.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- soap_output.tmpl 11 Oct 2005 10:07:44 -0000 1.1
+++ soap_output.tmpl 11 Oct 2005 10:09:13 -0000 1.2
@@ -11,7 +11,7 @@
<m:doctype><TMPL_VAR NAME="file_doctype" ESCAPE="HTML"></m:doctype>
<m:validity><TMPL_VAR NAME="valid_status"></m:validity>
<m:errors>
- <m:errorcount></m:errorcount>
+ <m:errorcount><TMPL_VAR NAME="number_of_errors"></m:errorcount>
<m:errorlist>
<TMPL_LOOP NAME="file_errors">
<m:error>
Received on Tuesday, 11 October 2005 10:09:33 UTC