, August 22, 2007 9:35 PM
To: Ant Users List
Subject: Re: String replace.
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
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 :
> "
> ...