[Pywps-commits] r1124 - in branches/pywps-3.2-soap: pywps/Templates/1_0_0 tests/Templates/1_0_0

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 9 15:48:49 CET 2011


Author: jesus
Date: 2011-02-09 15:48:47 +0100 (Wed, 09 Feb 2011)
New Revision: 1124

Modified:
   branches/pywps-3.2-soap/pywps/Templates/1_0_0/Execute.tmpl
   branches/pywps-3.2-soap/tests/Templates/1_0_0/Execute.tmpl
Log:
[WPS-dev] xlink:ref versus ref @ 09/Feb/11

Modified: branches/pywps-3.2-soap/pywps/Templates/1_0_0/Execute.tmpl
===================================================================
--- branches/pywps-3.2-soap/pywps/Templates/1_0_0/Execute.tmpl	2011-02-09 10:46:20 UTC (rev 1123)
+++ branches/pywps-3.2-soap/pywps/Templates/1_0_0/Execute.tmpl	2011-02-09 14:48:47 UTC (rev 1124)
@@ -107,7 +107,7 @@
             <ows:Abstract><TMPL_VAR abstract></ows:Abstract>
             </TMPL_IF>
             <TMPL_IF reference>
-            <wps:Reference xlink:href="<TMPL_VAR reference>" mimeType="<TMPL_VAR mimetype>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>"/>
+            <wps:Reference href="<TMPL_VAR reference>" mimeType="<TMPL_VAR mimetype>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>"/>
             <TMPL_ELSE>
                 <TMPL_INCLUDE Execute_Data_Outputs.tmpl>
             </TMPL_IF>

Modified: branches/pywps-3.2-soap/tests/Templates/1_0_0/Execute.tmpl
===================================================================
--- branches/pywps-3.2-soap/tests/Templates/1_0_0/Execute.tmpl	2011-02-09 10:46:20 UTC (rev 1123)
+++ branches/pywps-3.2-soap/tests/Templates/1_0_0/Execute.tmpl	2011-02-09 14:48:47 UTC (rev 1124)
@@ -107,7 +107,7 @@
             <ows:Abstract><TMPL_VAR abstract></ows:Abstract>
             </TMPL_IF>
             <TMPL_IF reference>
-            <wps:Reference xlink:href="<TMPL_VAR reference>" mimeType="<TMPL_VAR mimetype>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>"/>
+            <wps:Reference href="<TMPL_VAR reference>" mimeType="<TMPL_VAR mimetype>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>"/>
             <TMPL_ELSE>
                 <TMPL_INCLUDE Execute_Data_Outputs.tmpl>
             </TMPL_IF>



More information about the Pywps-commits mailing list