Use sed to modify xml file
I need to search an xml file for some text that resides within a start/end tag and if found, to write a line of text just before the end tag.
I need to search an xml file for some text that resides within a start/end tag and if found, to write a line of text just before the end tag.