I have to replace a section in a xml file which can be identified by attribute "id".

The section which id equals 100 is what i wanna replace with <xxx id="100" name="test">. Could you guys give me some suggestions?

<root>
................
<xxx id="100">
</xxx>
............
<xxx id="200">
</xxx>
................
</root>


Thanks,
-Chad

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to