<inboundContextData>
<items>
<item>
<key>a</key>
<value>One</value>
</item>
<item>
<key>b</key>
<value>Two</value>
</item>
<item>
<key>c</key>
<value>Three</value>
</item>
</items>
</inboundContextData>
I have to replace the values One, Two and Three with some other number using the python script. Please suggest what needs to done