I have an XML doc that is moving through the ODE
engine, BPEL and getting processed to invoke a endpoint.
I need to be able to search through the XML and move
a field, or fields to other fields and or add additional
fields. For example, ( see xml below) I want to take
the value of the order tag and insert it to the today
tag, to replace the "Null" value.
Here is a XML snippet, that I never know exactly
waht it may contain.. It is simply a list of tagged data.
TIA
<xml>
<coffee shop> Imen Hoover Coffeeez </coffee shop>
<Locale class=coffee.record.data> transaction 99 </Locale>
<message>
<coffee> Seaqttles Best </coffee>
<tea> Izbazean special </tea>
<order> star Bux </order>
<flavor > Expresso </flavor>
<today> Null </today>
</message>
</xml>
--
View this message in context:
http://www.nabble.com/Problem-with-XML-Manipulation-tf4632843.html#a13229372
Sent from the Apache Ode User mailing list archive at Nabble.com.