There are some XML tags inside the HTML source code of a website
<html> <xml id=".."> </xml> </html>
Can I use Html Agility Pack to load that XML file and read?
Thank you.
There are some XML tags inside the HTML source code of a website
<html> <xml id=".."> </xml> </html>
Can I use Html Agility Pack to load that XML file and read?
Thank you.