RE: String replace.

2007-08-23 Thread Chon, Ae H
, August 22, 2007 9:35 PM To: Ant Users List Subject: Re: String replace. Try escaping the & character xml-style with & instead of \& pattern="&lt;" -Andrew On 8/22/07, Chun Ji <[EMAIL PROTECTED]> wrote: > > > Hi, > > Does someone know how to replace a

Re: String replace.

2007-08-22 Thread Andrew Goktepe
Try escaping the & character xml-style with & instead of \& pattern="<" -Andrew On 8/22/07, Chun Ji <[EMAIL PROTECTED]> wrote: > > > Hi, > > Does someone know how to replace a string such as "<" to be "<" in a > html file by ANT. > The target that I have created in my build.xml is : > " > ...