Forums / Developer / RSS and languages with FireFox

RSS and languages with FireFox

Author Message

Caroline Condamin

Thursday 26 March 2009 9:23:24 am

Hello everybody,

I have a problem formatting RSS feeds with Firefox. The browser displays me an XML tree.

I have 2 siteaccess 'fre' and 'eng'. 'fre' is my default site acces.
I have an export RSS of the videos of my site.

I first configure my RSS feed filling the field "Site URL" with: "http://www.mysite/index.php/"
=> when I click on the link of an object on the RSS page, the URL does not contain any siteaccess, so the redirected page is in french (default site acces) even if my RSS page was in english.
=> the style of my Rss pages was good on IE and Firefox

So I let the field "Site URL" empty
=> the problem of the missing site access in the Url of the object is solved: it is automatically retrieved from the current Url.
=> Firefox displays an XML tree without any style and there are no more easy way to subscribe to the RSS feed. (IE is OK)

I think overriding the template of the RSS feed could be a solution, but it seems to be a default browser template...

Does any body has an Idea??

Any help would be welcome!!
Thanks

Caroline

Jaime Smith

Tuesday 19 May 2009 11:00:38 am

Hey Caroline,

The problem with Firefox showing unstyled XML is because ez publishes RSS with the text/xml mime-type and Firefox needs it to be set to application/rss+xml. To make things worse IE doesn't understand the application/rss+xml mime type and will choke on that. I haven't found an easy way to get around this with overrides so I had to edit the kernel/rss/feed.php file to make the changes necessary to work for IE and others. Here's what I did.

Add the code below towards the bottom of the file just before the calls to the PHP header function. You'll need to remove the original call to the header('Content-Type.

Hope that helps.

if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'msie') === false ) { 	 
	header( 'Content-Type: application/rss+xml; charset=' . $httpCharset );
} else {
	header( 'Content-Type: text/xml; charset=' . $httpCharset );
} 

Jaime Smith
Senior Developer
Certified ezPublish Developer
http://www.duoconsulting.com > Duo Consulting, Chicago, IL, USA

eZ debug

Timing: Jan 18 2025 14:57:54
Script start
Timing: Jan 18 2025 14:57:54
Module start 'content'
Timing: Jan 18 2025 14:57:55
Module end 'content'
Timing: Jan 18 2025 14:57:55
Script end

Main resources:

Total runtime1.1108 sec
Peak memory usage4,096.0000 KB
Database Queries191

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 587.7109180.8359
Module start 'content' 0.00520.9845 768.5469498.2891
Module end 'content' 0.98970.1211 1,266.8359333.4766
Script end 1.1108  1,600.3125 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00410.3647210.0002
Check MTime0.00160.1437210.0001
Mysql Total
Database connection0.00060.056110.0006
Mysqli_queries1.047694.30591910.0055
Looping result0.00190.17031890.0000
Template Total1.078197.120.5391
Template load0.00230.207220.0012
Template processing1.075896.845720.5379
Template load and register function0.00020.016410.0002
states
state_id_array0.00070.065710.0007
state_identifier_array0.00110.098920.0005
Override
Cache load0.00190.1739240.0001
Sytem overhead
Fetch class attribute can translate value0.00100.092230.0003
Fetch class attribute name0.00150.131320.0007
XML
Image XML parsing0.00050.048630.0002
class_abstraction
Instantiating content class attribute0.00000.000620.0000
General
dbfile0.00390.3547210.0002
String conversion0.00000.000530.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs