Thanks for your reply.

I am not allowed to introduce thirdparty libraries even open-source ones in my project. So I just wanna use regular expression in combination with replace/replaceregexp tasks to perform it.
BTW, xmltask works well in my previous testing.

more suggestions?

thanks,
-Chad

Vijay Aravamudhan wrote:
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]




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

Reply via email to