Author |
Message |
webfeatus
Joined: 12 May 2008
Posts: 23
|
Posted: Wed Feb 27, 2013 1:32 pm |

|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2661
|
Posted: Wed Feb 27, 2013 3:10 pm |

|
|
 |
 |
webfeatus
Joined: 12 May 2008
Posts: 23
|
Posted: Wed Feb 27, 2013 8:05 pm |

|
So is there any workaround?
Are all Google feeds = atom?
Meaning that this script cannot process any Google Feeds?
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2661
|
Posted: Thu Feb 28, 2013 8:31 am |

|
The script was only intended for use with feeds in the RSS 2.0 specification and can't translate anything that isn't written in that specification. If you're familiar enough with PHP, it is possible that you could recode the templates to work off of the ATOM specification, though.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
webfeatus
Joined: 12 May 2008
Posts: 23
|
Posted: Sun Mar 10, 2013 9:10 pm |

|
|
 |
 |
webfeatus
Joined: 12 May 2008
Posts: 23
|
Posted: Fri Mar 15, 2013 11:02 am |

|
Hello.
Is this problem your script?
Or my implementation?
Or Atom feed?
Please advise.
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2661
|
Posted: Fri Mar 15, 2013 11:24 am |

|
|
 |
 |
webfeatus
Joined: 12 May 2008
Posts: 23
|
Posted: Fri Mar 15, 2013 11:29 am |

|
$XMLFILE = "http://www.tripadvisor.com/Feeds-d602865-treviews.xml";
$TEMPLATE = "http://www.gajahminaresort.com/rss2template2.html";
$MAXITEMS = "10";
include("rss2html.php");
?>
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2661
|
Posted: Fri Mar 15, 2013 4:22 pm |

|
What's odd is that it works fine with the standard template. For example, just to see what it would look like, I uploaded a test copy.
The output does show the images properly, so I'm thinking it's something to do with your web hosting provider/web server but I'm not entirely sure what. As you can see the line references the test script on our side and the rest of the variables are your template and your feed.
|
_________________
Create RSS Feeds
Audio Recording and Editing
Last edited by Tech Support on Tue Mar 19, 2013 8:01 am; edited 1 time in total
|
|
 |
 |
webfeatus
Joined: 12 May 2008
Posts: 23
|
Posted: Mon Mar 18, 2013 7:32 pm |

|
Not parsing the xml html code (escapes?) on my server and I do not know why. Is there a php setting that should active in php.ini? I can see no firewall rules being alerted.
Changed doc type to xhtml:
http://www.gajahminaresort.com/feedback1.php
However, like you example, my test works here:
http://www.mangotoo.com/feedback1.php
(different server)
Are you able to help me work out why the xml html is not being parsed correctly on my main server?
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2661
|
Posted: Tue Mar 19, 2013 8:04 am |

|
Ah! I think I've found it. The original charset value on your website is charset=iso-8859-1. If you can have that changed to UTF-8, the images should display properly.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
webfeatus
Joined: 12 May 2008
Posts: 23
|
Posted: Tue Mar 19, 2013 8:17 am |

|
I tried all those options long ago.
Please check the source code in my 2 examples above.
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2661
|
Posted: Tue Mar 19, 2013 8:22 am |

|
|
 |
 |
|