Re: [PHP-WIN] Re: Subject: PHP probs with XML docs

2003-04-05 Thread Neil Smith
TED]> Cc: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-WIN] Re: Subject: PHP probs with XML docs According to the xhtml spec, you should be sending the doctype tags and PIs like this : http://www.w3schools.

Re: [PHP-WIN] Re: Subject: PHP probs with XML docs

2003-04-04 Thread Neil Smith
According to the xhtml spec, you should be sending the doctype tags and PIs like this : http://www.w3schools.com/xhtml/xhtml_syntax.asp http://www.w3.org/1999/xhtml";> Title goes here Body text goes here Which means that you should *not* hav a PI at the top specifying xml. So, if you send

[PHP-WIN] Re: Subject: PHP probs with XML docs

2003-04-04 Thread Neil Smith
Are you sending the correct DOCTYPE identifier at the start of the XHTML file ? (Or rather, *what* are you sending and what *headers* are you also sending ?) Cheers, Neil Smith. At 01:14 04/04/2003 +, you wrote: If I don't make the PHP document XHTML compliant, then the PHP document loads