Help for this page
$ cat svg.html <html> ... SPARTA <svg some=property>:{P</svg> </html>
$ perl -0 -pi.bak -e 's{<svg[^>]*>.*?</svg>}{}sgi' svg.html ; cat svg. +html <html> ... SPARTA </html>