No as I was thinking it could be achieved by regex manipulation. - RB
--- On Thu, 4/16/09, Felix Dorner <[email protected]> wrote: > From: Felix Dorner <[email protected]> > Subject: RE: Help regular expression for appending to the content of a tag > To: "Ant Users List" <[email protected]> > Date: Thursday, April 16, 2009, 5:05 AM > Hey, > > > And I want to append some more text like <Context > path="/yyy" > > reloadable="true" docBase="\YYYRoot"/>, so the > content of > > <Host> tag would be > > > > <Host> > > <Context path="/xxx" reloadable="true" > docBase="\WebRoot"/> > > <Context path="/yyy" reloadable="true" > docBase="\YYYRoot"/> </Host> > > Did you consider to use a strylesheet transformation? > > Felix > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
