I could not find any tutorials on my site. I am wondering if I can use the Html Agility Pack and use it to parse a string?
As if i have
string = "<b>Some code </b>
Is it possible to use the flexibility package to get rid of the <b> tags? All the examples that I have seen so far have been downloaded as html documents.
chobo2
source share