Ok. Sounds like you're covering that (and you may want to worry about other XML entities - & etc.). Your problem domain may be small enough to require such a solution, but once you have to worry about character encodings and the like then you'll run into other issues. Butn like I say, it's all dependent on what you're trying to achieve (tactical vs.strategic and so on)

Nir Geier wrote:

im using &#6x; to inser < >


-----Original Message----- From: Brian Agnew [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 4:13 PM To: Ant Users List Subject: Re: Looking for task to add text to file.


If you're modifying XML then I'd strongly suggest using xmltask (I'm biased here!) or equivalent.


Why ? A simple text search/replace doesn't respect the character encoding conventions within your XML, and doesn't respect entity encoding. e.g. you want to insert the text "x < y". If you do that directly using a simple text search/replace then you'll end up with invalid XML.

Brian

Nir Geier wrote:



i didnt fin teh :

2) using <tail> and <head> filters while <move>ing
 - extract part before
 - extract part after
 using <concat> to combine before, new and after parts

you mentioned before.

where are the tail and head? (which task?)

Nir.

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









-- Brian Agnew http://www.oopsconsultancy.com OOPS Consultancy Ltd brian @ oopsconsultancy.com Tel: +44 (0)7720 397526 Fax: +44 (0)20 8682 0012



Reply via email to