Try:

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

HTH

Danny.

----- Original Message -----
From: "Scott Fletcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 01, 2002 5:03 PM
Subject: [PHP] Problem with "<?xml ....>" inside the PHP code, due to "?"


> Anyone know the workaround with the situation here?  Here is the sample
> script.  The problem is I include the XML tag into the PHP variable and it
> messed up everything.  It all had to do with "?" here since PHP use it
also.
>
> --clip--
> <?php
> $XML = "<?xml version='1.0' encoding='UTF-8'?><Product>Apple</Product>";
> echo $XML;
> ?>
>
> Thanks,
>  FletchSOD
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to