-
15 Mar 2008 2:37 PM #1
[2.0??][CLOSED] Feed Viewer 2 vs 3: Feedburner
[2.0??][CLOSED] Feed Viewer 2 vs 3: Feedburner
There are demos available for versions 2 and 3 of the feed viewer component:
- v2: http://extjs.com/deploy/ext/examples...ed-viewer.html
- v3: http://extjs.com/deploy/dev/examples...ewer/view.html
The particular Feedburner feed I'm using ....
http://feeds.feedburner.com/figital
... works with version 2 but not 3.
I'm getting this error from feed-proxy.php:
Failed to Parse XML Document Reason: The element type "content:encoded" must be terminated by the matching end-tag " ". Line: 4 Column: 97
(the demo feedburner.com/ajaxian feed works fine on both)
Perhaps not checking for the closing bracket when replacing content:encoded might work?
-
15 Mar 2008 2:41 PM #2
Quick Fix
Quick Fix
The quick fix worked ...
I just changed line 7 in feed-proxy.php to this ...
PHP Code:$xml = str_replace('<content:encoded', '<content', $xml);
-
15 Mar 2008 2:44 PM #3
Wrong Forum
Wrong Forum
Sorry I should have placed that in the v2 forums.

-
16 Mar 2008 9:44 PM #4
Thanks for the info. Since the examples are not supported as production components/aplications, I'm closing this thread as no further action is required.


Reply With Quote