regex to replace self closing html tags in c# -


I have an XML that includes some html tags. Whenever it comes to a tag, it breaks the page Because it is itself a closing tag something like this:

    

I want to change it and want to change it:

Can someone provide a C # code with regex to do this. I tried:

  tmp = tmp.Replace ("(


Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

scala - Play Framework - how to bind form to a session field -

python - rpy2 import is not working -