RE: Questions about making an OMNI-COMPATIBLE site

Jon Haworth, at 09:12 +0100 on Fri, 30 Mar 2001, wrote:

    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)

You can also just use:

print '<?xml version="1.0" encoding="UTF-8"?>' . "\n";

-- 
Frank Tobin		http://www.uiuc.edu/~ftobin/

Received on Friday, 30 March 2001 03:34:07 UTC