- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Feb 2006 02:31:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv24703
Modified Files:
soap_output.tmpl
Log Message:
making validity a boolean rather than a string, as in the other implementations
Index: soap_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_output.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- soap_output.tmpl 9 Nov 2005 07:28:09 -0000 1.5
+++ soap_output.tmpl 16 Feb 2006 02:31:50 -0000 1.6
@@ -10,7 +10,7 @@
<m:checkedby><TMPL_VAR NAME="cfg_home_page" ESCAPE="HTML"></m:checkedby>
<m:doctype><TMPL_VAR NAME="file_doctype" ESCAPE="HTML"></m:doctype>
<m:charset><TMPL_VAR NAME="file_charset" ESCAPE="HTML"></m:charset>
- <m:validity><TMPL_VAR NAME="valid_status"></m:validity>
+ <m:validity><TMPL_IF NAME="VALID">true<TMPL_ELSE>false</TMPL_IF></m:validity>
<m:errors>
<m:errorcount><TMPL_VAR NAME="valid_errors_num"></m:errorcount>
<m:errorlist>
Received on Thursday, 16 February 2006 02:31:58 UTC