MY XML INPUT TO BPEL <msg> <level1> <key>name</name> <value>foo</value> </level1> <level2> ... .. </level2> </msg>
<assign> <copy insert="after"> <from>'hardcode xml value=<key>address</address>'</from> <to variable="input" part="msg"> </to> <query>//*[node()='level1']</query> </assign> ALWays clobbers my entire xml between the <msg> node and inserts the aboutve value. Anyone tell me what I have wroing? TIA -- View this message in context: http://www.nabble.com/xpath-query-has-no-effect-during-copy-tf4284882.html#a12197226 Sent from the Apache Ode User mailing list archive at Nabble.com.
