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

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -