For serious testing install web server locally.

There is for example easyphp.org (and many others) that install and configure Apache, PHP, MySQL with almost one click.

Then you can configure Apache to send .xhtml files as application/xhtml+xml
or use PHP for that.

httpd.conf:
AddType application/xhtml+xml .xhtml

or

each file:
<?php header("Content-Type: application/xhtml+xml");?>


Once you have proper content-type set browsers (except IE ofcourse) will do
basic validation of document - requiring that your document is well-formed XML (XHTML).



-- regards, Kornel Lesiński

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to