validator/share/templates/en_US soap_output.tmpl,1.10,1.11

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv27962/share/templates/en_US

Modified Files:
	soap_output.tmpl 
Log Message:
adding debug info to soap output. Useful for automation of test suite.



Index: soap_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_output.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- soap_output.tmpl	12 Jun 2007 20:18:18 -0000	1.10
+++ soap_output.tmpl	28 Jun 2007 06:01:51 -0000	1.11
@@ -7,6 +7,9 @@
 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
 <env:Body>
 <m:markupvalidationresponse env:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://www.w3.org/2005/10/markup-validator">
+    <TMPL_IF NAME="opt_debug">
+    <TMPL_LOOP NAME="debug"><m:debug name="<TMPL_VAR NAME="name" ESCAPE="HTML">"><TMPL_VAR NAME="value" ESCAPE="HTML" DEFAULT="(undefined)"></m:debug>
+    </TMPL_LOOP></TMPL_IF>
     <m:uri><TMPL_VAR NAME="file_uri" ESCAPE="HTML"></m:uri>
     <m:checkedby><TMPL_VAR NAME="cfg_home_page" ESCAPE="HTML"></m:checkedby>
     <m:doctype><TMPL_VAR NAME="file_doctype" ESCAPE="HTML"></m:doctype>

Received on Thursday, 28 June 2007 06:01:55 UTC