<div dir="ltr">hi<br><br>i have an html file with few different instances of:<br><br><br><span class="myclass"><br>... some html, e.g. <B> blah blah <a href=....> </a> </b><br></span><br>
<br><br>i want to remove theses instances.<br>( the html inside the <span> varies between instances, and there is a non constant number of instances)<br><br>i thought of replacing '<[^/]' (i.e. '<' folowed by somthing else then '/' ) with '{' and '</' with '}' and then doing parenthesis matching<br>
however i need it done automatically in batch. (i can do parenthesis matching in vi. can i do this in sed ?)<br><br>thanks,<br>erez<br></div>