Hi, I just downloaded the html parser and trying to use it quicklly for some of my requirements. I am kind of amzed the fatures it has. Great work guys ...
Now my question is : I have bunch of html files, where I want to validate them to check they are properly coded or not.
And at the end , I just want to see a result like true(If it has proper HTML CODES) or False ( If mismatching html tags) ..
All I am looking for is , How should I use the Parser to JUST Validate and give me the RESULT to true or false for an HTML file..
Thanks In Advance.. Pls Help .
RK
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I just downloaded the html parser and trying to use it quicklly for some of my requirements. I am kind of amzed the fatures it has. Great work guys ...
Now my question is : I have bunch of html files, where I want to validate them to check they are properly coded or not.
And at the end , I just want to see a result like true(If it has proper HTML CODES) or False ( If mismatching html tags) ..
All I am looking for is , How should I use the Parser to JUST Validate and give me the RESULT to true or false for an HTML file..
Thanks In Advance.. Pls Help .
RK