Re: xhtml strict is being very strict why? -
10-01-2003
, 10:48 AM
Homesite's Validate isn't designed to validate PHP. I know that I used
to use Homesite and its validator all the time when I used HTML 4, but
now that I use XHTML inside of PHP, I don't even bother with the
validator anymore. If you want a good validator, check out
validator.w3.org. It will check for valid HTML after the PHP engine
has parsed the code, not before like Homesite attempts to do. |