<html>
<font color=#FF0000>Gaurang</font>
<font color=#00FF00>Bhavesh</font>
<font color=#FF0000>Bhupesh</font>
<font color=#FF0000>AAditya</font>
</html>
I want to parse the above string as xml in C#. When I try it give error such as '#' is an unexpected token. The expected token is '"' or '''.