You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Keheliya Gallaba <an...@apache.org> on 2013/02/12 13:28:02 UTC

CMS diff: Headers Handling

Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://ode.apache.org/extensions%2Fheaders-handling.mdtext

Keheliya Gallaba

Index: trunk/content/extensions/headers-handling.mdtext
===================================================================
--- trunk/content/extensions/headers-handling.mdtext	(revision 1445000)
+++ trunk/content/extensions/headers-handling.mdtext	(working copy)
@@ -19,14 +19,14 @@
 Those headers can't be manipulated and assigned directly like a normal part as they don't have a part definition. So ODE supports a specific and additional type of <from> and <to> for assignments:
 
 
-    <from variable="BPELVariableName" header="NCName"?>
-       <query queryLanguage="anyURI"?>?
+    <from variable="BPELVariableName" header="NCName">
+       <query queryLanguage="anyURI">
           queryContent
        </query>
     </from>
     
-    <to variable="BPELVariableName" header="NCName"?>
-       <query queryLanguage="anyURI"?>?
+    <to variable="BPELVariableName" header="NCName">
+       <query queryLanguage="anyURI">
           queryContent
        </query>
     </to>