Ok this is gonna sound wierd but I have a situation where I have files that have two title tag sets in lots of hmtl pages. The first title set is empty but the next set has the actual title i need to use. No due to the app I cannot remove the first title set, it's mandatory.
What I need to do is pull the <title>some content</title> "some content" portion from the second title set and put it in the first title of the page.
Thanks.