we use the xmltask (http://www.oopsconsultancy.com/software/xmltask/) to
work with xml structures within an ant file. And it seems to fit our needs.
Based on what you want to do, this might help.
NOTE: I am in no way affiliated to/with OOPS consultancy. Just think
that this package/tool is a great addition to ant while working with xml
structures.
thanks,
hth,
Vijay
Chad.Chang wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]