Hi,
Have been using htmlagility pack for a while now, spotted a problem with badly formatted html, for example:
<td>Test for people aged > 18 and < 65</td>
HtmlAgaility pack fixes this to:
<td>Test for people aged > 19 and <65></65></td>
How do I control this to leave the > and <, or converts them to > and < entities
Thanks
Have been using htmlagility pack for a while now, spotted a problem with badly formatted html, for example:
<td>Test for people aged > 18 and < 65</td>
HtmlAgaility pack fixes this to:
<td>Test for people aged > 19 and <65></65></td>
How do I control this to leave the > and <, or converts them to > and < entities
Thanks