migrate to XHTML
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.
_________________
bad credit 1st mortgage Mortgage Introducers
JeevesBond posted this at 23:19 — 17th January 2008.
He has: 3,956 posts
Joined: Jun 2002
The best tool to use is the HTML validator. It will look at whatever DOCTYPE you're using and tell you what needs to be changed. As you're also wanting to update a lot of files, you should also consider HTML Tidy, that can do batch across multiple files I believe: just make sure you have backups before running it over anything.
a Padded Cell our articles site!
Megan posted this at 14:49 — 18th January 2008.
She has: 11,421 posts
Joined: Jun 1999
I don't think you mean xHTML 2.0 here, do you? It's only in the working draft stage right now. You probably mean xHTML 1.0.
This is from the W3c site:
You may also want to try the HTML validator extension from Firefox. It adds validation to the status bar so you can always see what the result is for a particular page and easily access a pop-up to show you the errors. That extension tends to be a bit buggy sometimes though.
Megan
Connect with us on Facebook!
Megan posted this at 21:21 — 22nd January 2008.
She has: 11,421 posts
Joined: Jun 1999
This might help too:
http://cgriley.com/validator/
Won't fix anything, but if you have a sitemap it can validate the whole site at once.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.