Re: Help regular expression for appending to the content of a tag

2009-04-16 Thread Brian Agnew
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

Re: Help regular expression for appending to the content of a tag

2009-04-16 Thread Cool The Breezer
' --- 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

Re: Help regular expression for appending to the content of a tag

2009-04-16 Thread Cool The Breezer
, 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

Re: Help regular expression for appending to the content of a tag

2009-04-16 Thread Brian Agnew
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

RE: Help regular expression for appending to the content of a tag

2009-04-16 Thread Cool The Breezer
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

RE: Help regular expression for appending to the content of a tag

2009-04-16 Thread Felix Dorner
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-

Help regular expression for appending to the content of a tag

2009-04-16 Thread Cool The Breezer
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