Is there any ready made parser avaialble to parse HTML or to convert HTML to XML or XHTML ? Basically I want to extract data from HTML.
Created May 7, 2012
Isaac Lopez Try using Tidy http://www.w3.org/People/Raggett/tidy/ to clean up the HTML.
Created May 7, 2012