I
Ibai Peña
Hi,
here is the xml schema that I have.
<item>
<subitem1>Value1</subitem1>
<subitem2></subitem2>
</item>
<item>
<subitem1>Value2</subitem1>
<subitem2></subitem2>
</item>
....
I need to search a xml file, looking for a pattern (subitem="Value1"). When
found the subitem, update subitem2 with another value.
How can this be done?
Thanks in advance,
here is the xml schema that I have.
<item>
<subitem1>Value1</subitem1>
<subitem2></subitem2>
</item>
<item>
<subitem1>Value2</subitem1>
<subitem2></subitem2>
</item>
....
I need to search a xml file, looking for a pattern (subitem="Value1"). When
found the subitem, update subitem2 with another value.
How can this be done?
Thanks in advance,