hello, i am leaching from a website which is set to HTML 4.01. I want to save as XHTML 1.0. is there an easy way to do this? thanks all.
I've seen a few classes (based on DOM and/or regex) which claim to turn HTML to XHTML, but nothing fully functional. I'd suggest you do it yourself manually, won't be too much work as theirs not much differences. (such as replace <br> to <br />, change the doctype etc.)