her implementation was correct'
--- On Thu, 4/16/09, Cool The Breezer wrote:
From: Cool The Breezer
Subject: Re: Help regular expression for appending to the content
'
--- On Thu, 4/16/09, Cool The Breezer wrote:
> From: Cool The Breezer
> Subject: Re: Help regular expression for appending to the content of a tag
> To: "Ant Users List"
> Date: Thu
, Brian Agnew wrote:
> From: Brian Agnew
> Subject: Re: Help regular expression for appending to the content of a tag
> To: "Ant Users List"
> Date: Thursday, April 16, 2009, 6:25 AM
> If you're doing XML manipulation,
> is more appropriate.
>
> http://w
If you're doing XML manipulation, is more appropriate.
http://www.oopsconsultancy.com/software/xmltask
Brian
Cool The Breezer wrote:
Hi,
I am looking for help to append some text to the existing content of a tag. E.g.
The existing content of the tag
And I want to append some more
No as I was thinking it could be achieved by regex manipulation.
- RB
--- On Thu, 4/16/09, Felix Dorner wrote:
> From: Felix Dorner
> Subject: RE: Help regular expression for appending to the content of a tag
> To: "Ant Users List"
> Date: Thursday, April 16, 2009, 5:0
Hey,
> And I want to append some more text like reloadable="true" docBase="\YYYRoot"/>, so the content of
> tag would be
>
>
>
>
Did you consider to use a strylesheet transformation?
Felix
-
To unsubscribe, e-mail: user-
Hi,
I am looking for help to append some text to the existing content of a tag.
E.g.
The existing content of the tag
And I want to append some more text like , so the content of tag would be
I am currrently looking into replaceregexp filter but it is used for replace
the tes