|
Posted by Curtis on 02/05/07 07:30
On Sun, 04 Feb 2007 06:41:16 -0800, Rik <luiheidsgoeroe@hotmail.com> wro=
te:
> caine <thensiujing@gmail.com> wrote:
>
>> I'm currently working on creating the xml feed since I had data ready=
>> in my database after web data extraction. However, it has errors for
>> this line:
>>
>> <xml version=3D"1.0" encoding=3D"ISO-8859-1">
>
> <?xml .... ?>
Since it's within a PHP document, you'd have to echo it, in case short =
tags start trying to process the contents of the declaration:
echo '<?xml ... ?>';
-- =
Curtis, http://dyersweb.com
Navigation:
[Reply to this message]
|