- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Feb 2008 02:12:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv22345 Modified Files: earl_n3.tmpl earl_xml.tmpl header.tmpl soap_fault.tmpl soap_output.tmpl ucn_output.tmpl xml_output.tmpl Log Message: fixing erroneous template syntax Index: earl_xml.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/earl_xml.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- earl_xml.tmpl 4 Feb 2008 00:51:24 -0000 1.4 +++ earl_xml.tmpl 4 Feb 2008 02:12:40 -0000 1.5 @@ -2,7 +2,7 @@ X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error"> X-W3C-Validator-Status: Abort<TMPL_ELSE><TMPL_IF NAME="valid_status"> X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> -X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> <?xml version="1.0" encoding="UTF-8"?> Index: header.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- header.tmpl 4 Feb 2008 00:51:24 -0000 1.37 +++ header.tmpl 4 Feb 2008 02:12:40 -0000 1.38 @@ -3,7 +3,7 @@ X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error"> X-W3C-Validator-Status: Abort<TMPL_ELSE><TMPL_IF NAME="valid_status"> X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> -X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" Index: xml_output.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/xml_output.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- xml_output.tmpl 4 Feb 2008 00:51:24 -0000 1.6 +++ xml_output.tmpl 4 Feb 2008 02:12:40 -0000 1.7 @@ -2,7 +2,7 @@ X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error"> X-W3C-Validator-Status: Abort<TMPL_ELSE><TMPL_IF NAME="valid_status"> X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> -X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> <?xml version="1.0" encoding="UTF-8"?> Index: soap_fault.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/soap_fault.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- soap_fault.tmpl 19 Oct 2007 19:37:39 -0000 1.6 +++ soap_fault.tmpl 4 Feb 2008 02:12:40 -0000 1.7 @@ -1,8 +1,9 @@ Content-Type: application/soap+xml; charset=UTF-8 X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error"> X-W3C-Validator-Status: Abort<TMPL_ELSE><TMPL_IF NAME="valid_status"> -X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> -X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF> +X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> +X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> <?xml version='1.0' encoding="utf-8"?> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" Index: ucn_output.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/ucn_output.tmpl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ucn_output.tmpl 4 Feb 2008 00:51:24 -0000 1.11 +++ ucn_output.tmpl 4 Feb 2008 02:12:40 -0000 1.12 @@ -2,7 +2,7 @@ X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error"> X-W3C-Validator-Status: Abort<TMPL_ELSE><TMPL_IF NAME="valid_status"> X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> -X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> <?xml version="1.0" encoding="UTF-8"?> Index: soap_output.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/soap_output.tmpl,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- soap_output.tmpl 4 Feb 2008 00:51:24 -0000 1.14 +++ soap_output.tmpl 4 Feb 2008 02:12:40 -0000 1.15 @@ -2,7 +2,7 @@ X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error"> X-W3C-Validator-Status: Abort<TMPL_ELSE><TMPL_IF NAME="valid_status"> X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> -X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> <?xml version="1.0" encoding="UTF-8"?> Index: earl_n3.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/earl_n3.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- earl_n3.tmpl 4 Feb 2008 00:51:24 -0000 1.4 +++ earl_n3.tmpl 4 Feb 2008 02:12:40 -0000 1.5 @@ -2,7 +2,7 @@ X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error"> X-W3C-Validator-Status: Abort<TMPL_ELSE><TMPL_IF NAME="valid_status"> X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF> -X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF> +X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"> X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> @prefix earl: <http://www.w3.org/2001/03/earl/1.0-test#> .
Received on Monday, 4 February 2008 02:12:51 UTC