Is there any tool/script/software to convert/migrate the webpages from HTML4 to xHTML1 automatically? We need to add close tag, properly nest the tags, use proper case in the tags etc etc.. Is there any software or tool which can do that and provide the changes needed to be made for our review before changing? Please provide some info.
Yes, the Online TIDY Utility .......... but don't do it - refer to Problems serving XHTML 1.0 Web Pages. You are best served at present using HTML 4.01 with a Strict Doctype, well formed. James
Oh.. ok.. So I must use the TIDY.. Thank You.. I use Loose/Transitional version of HTML4/xHTML1 .. But I dont think it would create problems if the site is used only to provide information rather than an e-commerce site with interactive scripts and other content..
Selecting the correct Doctype is always important: Activating Browser Modes with Doctype - Choosing a Doctype James