I have a project that will accept inputs such as (html, sgml, xml and txt).
I have no problem parsing the XML files and txt files, Can you please suggest some tools that I can use on parsing html or sgml files.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For HTMl Parser, use the HTML Agilty Pack – it is an open source HTML parser for .NET.
You can use this to query HTML and extract whatever data you wish.
For SGML Parser
Check out this link, SGMLReader – Convert any HTML to valid XML:
http://developer.mindtouch.com/Community/SgmlReader
Reference: SGML parser .NET recommendations