Hi Everyone, I need to know how to parse the html tag using xmlreader.
This is my input. How to parse this input html file
<html> <body> <p><b><i>Hell o</b>World</i></p> </body> </html>
This is my input. How to parse this input html file
<html> <body> <p><b><i>Hell o</b>World</i></p> </body> </html>
Comment