How to convert a HTML file to XML file?
i am developing a search engine project in that i need to convert a HTML file to XML file.. i planned to work out in ASP.Net.. in that i am giving HIGH significance level to meta tags, title tags etc.. MEDIUM significance to bold,italics,para etc.. LOW to body of the HTML file.. this is used for just calculating the score of the page.. so how can i convert a HTML(semi structured) to XML(well structured)..
Through XSLT
Thank You.