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 
<Host> 
 <Context path="/xxx" reloadable="true" docBase="\WebRoot"/>
</Host>

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>

I am currrently looking into replaceregexp filter but it is used for replace 
the test based on regex pattern. Appreciate your help

- RB


      

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to