Posted by Jerry Stuckle on 02/09/07 14:05
caine wrote:
>> echo "<?xmlversion=\"1.0\" standalone=\"yes\"?>";
>>
>> Or
>>
>> echo '<?xmlversion="1.0" standalone="yes"?>'
>
> Not working again. Got the error statement like this:
>
> XML Parsing Error: xml declaration not at start of external entity
> Location: http://localhost/phprss.php
> Line Number 7, Column 1: <?xml version="1.0" standalone="yes"?>
> ^
>
Did you look at the error message? It says this isn't at the start. It
even tells you it's on line 7.
Check your XML spec. This must be the first thing in it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|