Is there any option in the html agility pack that can parse the tag which is like in the <
and >
.
If there is tag like <table>
then html agility pack parse the information from the tag table properly.But if the tag is like < table <
then it does not parse the information from the tag table here. So any option is there in the html agility pack that parse information from such tags also.