> <?php
> $XML = "<?xml version='1.0' encoding='UTF-8'?><Product>Apple</Product>";
> echo $XML;
> ?>
>

Not sure if this is the best way, but it worked for me:

$XML = "<"."?xml version='1.0'
encoding='UTF-8'?"."><Product>Apple</Product>";

Hope this helps,
Mark

::::::::::::::::::::
Mark Middleton
Whirled Web


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to