- From: Frank Tobin <ftobin@uiuc.edu>
- Date: Fri, 30 Mar 2001 02:34:06 -0600 (CST)
- To: Jon Haworth <JHaworth@witanjardine.co.uk>
- Cc: "'www-html@w3.org'" <www-html@w3.org>
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