cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
james_decosta
Level 9

hi i have a requirement in which i need to modify an xml file adding

hi ,
i have a requirement in which i need to modify an xml file adding some extra tags and parameters for working of our application.
how shall i do it.
I need to modify web.xml file adding these attributes to the web.xml ,how to achieve this.




compilerTargetVM
1.5


compilerSourceVM
1.5
Labels (1)
0 Kudos
(3) Replies
Yves_Kreis
Level 7

Use a modify text file action.

Best Regards,
Yves
0 Kudos
james_decosta
Level 9

hi yves,
previously i was searching for some string and replaced it but now i have to add a block of lines,how shall i achieve this feature.
0 Kudos
purcellk24
Level 7

You either have to search and replace all, or write custom code to do this.
0 Kudos