How can I get firefox to treat a file with .aspx extension as an HTML file instead of XML ?
Long version of question:
I have crawled an .aspx website using WinHTTTrack. When Firefox displays the pages, it tries to render them as XML and fails on simple lines like <META=....> as they are not valid XML.
TIA.