[PHP] Re: include XHTML document

2001-09-24 Thread Julio Nobrega Trabalhando
echo ' xml version="1.0" encoding="iso-8859-1"?> That's how I am putting my XHTML on SF. -- Julio Nobrega A hora está chegando: http://toca.sourceforge.net "Cweiske" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > > I wrote my new page in XHTML 1.0, s

[PHP] Re: include XHTML document

2001-09-24 Thread Gary
You have to echo it. notice the single quotes. ' ?> Gary Cweiske wrote: > Hi > > I wrote my new page in XHTML 1.0, split it and wanted to include the top > part of the file with the include( "page_top.htm"). > The problem is, that the valid XHTML document has to begin with > > > The problem