| bjori@php.net 2007-01-29, 3:59 am |
| ID: 40250
Updated by: bjori@php.net
Reported By: famc4 at hotmail dot com
-Status: Open
+Status: Closed
Bug Type: Website problem
Operating System: Mac OSX (irrelevant?)
PHP Version: Irrelevant
Assigned To: bjori
New Comment:
No. All I did was replace the html entity with its utf8
character :)
(See bug#37513 & bug#36680)
Closing..
Previous Comments:
------------------------------------------------------------------------
[2007-01-28 21:50:36] famc4 at hotmail dot com
Great, looks good. I'm not sure why my the parse reported line 75, or
what was on line 75; because it choked after that. But it's coming
through fine today.
Is there a permanent way to fix the "undefined entities" errors; so
they don't crop up again? Is that what you did?
------------------------------------------------------------------------
[2007-01-27 16:07:40] bjori@php.net
I fixed the html entity on line 38.
What is the problem on line 75? It's a single </item>
element...
------------------------------------------------------------------------
[2007-01-26 20:59:02] famc4 at hotmail dot com
Description:
------------
www.php.net/news.rss feeds quite often have XML errors that trip up
parsers. For example, currently, the error:
"undefined entity at line 38..." shows up.
Ditto at "line 75".
In fact, every time I have encountered an error, it is an entity
error.
Current time is 3:42 PM -05:00 (e.g.,EST) (Friday Jan 26).
Reproduce code:
---------------
see www.php.net/news.rss
Expected result:
----------------
Flawless, well-formed XML news feed. Of course! :-)
Actual result:
--------------
No feed web site, because parsing fails.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=40250&edit=1
|