![]() |
|
|||||||
| Register | FAQ | Members List | Arcade | Dev Directory | HB Bank | Calendar | Search | Today's Posts | Mark Forums Read |
| HTML / XHTML / CSS Discuss HTML, XHTML and CSS coding in this forum. |
| Have A Look At Some Of Our Webmaster Related Sponsors! | |||||
![]() Script Directory |
![]() Advertise Here |
![]() Market Leverage |
![]() Free Templates |
![]() 3D Guide-characters |
![]() Advertise Here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
New Hunter
|
I'm not sure but I think I want to try to migrate to XHTML 2.0. Does anyone know of any analytical tools that look at your existing HTML code and tell you what is not compliant with that standard, making specific recommendations on how to make it compliant?
Given how much content I have to update, doing this by hand is out of the question. I need to write a program to parse my files and generate new copies for me.:mad::) _________________ bad credit 1st mortgage Mortgage Introducers Last edited by Nefrit; 03-11-2008 at 09:56 AM. |
|
|
|
|
|
#2 (permalink) |
|
Senior Moderator
|
If what you are saying is that you wish to "migrate" your files to the traditional XHTML, then first you need to change your DOC type. Next you must self-close all elements, even meta tags. Then go to www.w3schools.com and click on Validate XHTML and see what errors come up. Make sure the MIME type is valid!!
|
|
|
|
|
|
#3 (permalink) |
|
New Hunter
|
XHTML files should be sent with a mime type of application/xml+xhtml, but beware of Internet Explorer. You must send XHTML files to Internet Explorer as text/html. IE does not support the application/xml+xhtml content type. I believe this is slated for IE8.
Since the most popular browser doesn't truly support XHTML, there's really not much of use for XHTML on the general world wide web. HTML 4.01 is still good as gold, and XHTML brings few benefits to end users. Internet Explorer will still parse an XHTML document as HTML 4.01. For the time being, there really isn't a perceptible advantage of XHTML over HTML. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|