Can anybody tell me what is the best way to change the attribute value on a particualar node in a axml file ?
Thank you.
I want to change the value for cost where the id ='Honda'
Thank you.
Thank you.
Code:
<Vehicle>
<Cars>
<Hybirds id='Toyota' cost='2500'>Available</Hybrids>
<Hybrids id='Honda' cost='3500'>Available</Hybrids>
</Cars>
Thank you.