[Pywps-commits] r957 - trunk/pywps/Templates/1_0_0

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 24 19:55:31 CEST 2010


Author: jachym
Date: 2010-06-24 19:55:31 +0200 (Thu, 24 Jun 2010)
New Revision: 957

Modified:
   trunk/pywps/Templates/1_0_0/Execute.tmpl
Log:
another bug in Execute template fixed

Modified: trunk/pywps/Templates/1_0_0/Execute.tmpl
===================================================================
--- trunk/pywps/Templates/1_0_0/Execute.tmpl	2010-06-24 17:34:50 UTC (rev 956)
+++ trunk/pywps/Templates/1_0_0/Execute.tmpl	2010-06-24 17:55:31 UTC (rev 957)
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="<TMPL_VAR encoding>"?>
- <?xml version="1.0" encoding="<TMPL_VAR encoding>"?>
 <wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd" service="WPS" version="1.0.0" xml:lang="<TMPL_VAR lang>" serviceInstance="<TMPL_VAR serviceinstance>" statusLocation="<TMPL_VAR statuslocation>">
     <wps:Process wps:processVersion="<TMPL_VAR processversion>">
         <ows:Identifier><TMPL_VAR identifier></ows:Identifier>



More information about the Pywps-commits mailing list