RE: Questions about making an OMNI-COMPATIBLE site

> > Actually, you know what bothers me? You cannot write an XHTML document
in
> > php! The XML declarion, <?xml version="1.0"?>, confuses the php parser,
and
> > gives you an error message.
> > 
> > Using php or asp would be the idea way to fix a site so that it serves
the
> > quirks of as many browsers / platforms as possible, but since you can't
> > write xhtml in php...
> 
> You should be able to eliminate this by disabling short tags in your
> php.ini file.

Hmmm, I think this only forces <?php...?> 

I usually just use:

     echo "<?xml ..... ". chr(xx). ">";

Where xx is the ASCII value of ? (can't remember off the top of my head, no
coffee yet this morning)

Cheers
Jon


**********************************************************************
'The information included in this Email is of a confidential nature and is 
intended only for the addressee. If you are not the intended addressee, 
any disclosure, copying or distribution by you is prohibited and may be 
unlawful. Disclosure to any party other than the addressee, whether 
inadvertent or otherwise is not intended to waive privilege or confidentiality'

**********************************************************************

Received on Friday, 30 March 2001 03:14:14 UTC