I'm using C#.
I have the following html text:
< strong>Testing< /strong>; (without the space before start tag, end tag).
I'm trying to insert this html text to attribute of my html element as follow:
<MyElement myAttribute=\"<strong>Testing</strong>\"/>
How can i "convert" from html format to xml attribute format?