I have xml like this and i want to replace carrot tag value by something else i use this expression (<.[^(><.)]+>)
but it doesn't work properly what should i change to manage getting value and replacing it with new value?:
<Monkey xmlns="http://urlhere.com/monkeynamespace">
<foodType>
<vegtables>
<carrots>1</carrots>
</vegtables>
<foodType>
</Monkey>