Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
357 views

Extending RSS format with more fields?

I have a website that I need to create an RSS feed for. Is there a standard format for adding custom fields to an RSS feed? I would like to add a "location" element to my RSS feeds for example. I have ...
3
votes
2answers
2k views

Pagination in feeds like ATOM and RSS?

Is this even possible? Perhaps? <link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link>
2
votes
5answers
173 views

Can I save a file on server using FileOutputStream?

I am trying to create an RSS feed dynamically and store it on server, such that to access the created RSS feed I can just type in the URL from the browser. Is it possible to do so? I can create the ...
2
votes
1answer
283 views

How can I implement RSS 2 in Code Igniter?

How can I implement RSS 2 in Code Igniter?
1
vote
0answers
41 views

Wordpress: Including Pagination info in RSS2 feed?

I am coding a Java servlet that reads in a wordpress rss2 feed. What are the approaches I need to look at implementing pagination? not using wordpress themes here so, the pagination plugin wont work ...
1
vote
0answers
165 views

add local rss feed into live bookmark

i have a website which i want to monitor, and i have create a script that convert information i need in that website into a rss feed file. i want firefox to add this file as live bookmark. when type ...
1
vote
0answers
55 views

how to use file:// link in RSS feed

I want to create a RSS feed for a windows network folder ( something like //acme/test ). In the element I tried the following options but no success. <link>file:////acme/test</link> ...
1
vote
1answer
420 views

rss rome create entries with <content:encoded /> tag

Where can i find a simple tutorial on how to generate <content:encoded /> tags in an rss using rome? I've been reading throug their documentation but it is only about read and parse from a ...
1
vote
1answer
49 views

Formating Contents in RSS

I'm making a RSS 2.0 feed powered by PHP & MySQL. I would like to know how to make simple formatting in the contents like Line Breaks, Bold, Italics, Links, Images. When I try to insert a ...
1
vote
3answers
4k views

How to add line breaks in RSS feeds?

I'm building my own custom RSS feed in PHP. I want the tag to contain line breaks to make the text more readable. However, I can't seem to figure out how to do it correctly. No matter what I try some ...
0
votes
1answer
36 views

Is there any php code available for rss to email instant notification?

I don't want to pay for services like feedmyinbox or something similar. I have a server. So is there any php code available? I want to be emailed instantly if there is an update found in the feed. So ...
0
votes
0answers
25 views

jQuery blog feed not loading on iPad

I'm having trouble finding any information about this and could use your help asap. My blog feed jQuery works great on web and android, but now I'm testing on iPad and the feed isn't showing. The feed ...
0
votes
0answers
42 views

Media RSS not displaying images or video

I am attempting to make a Media RSS feed that will have several images and videos in it. The problem is that the pictures and videos only appear as the file name with a link to it. I have tried ...
0
votes
0answers
74 views

Syndicating custom fields in Wordpress via RSS

I wonder if I could ask a Wordpress / RSS question I could't find an answer for around here, Trying to syndicate posts via RSS in Wordpress using the FeedWordpress plugin as an RSS aggregator, each ...
0
votes
1answer
116 views

Difference between description and content:encoded tags in RSS2

What is the difference, if any, between the <description> tag and the <content:encoded> tag in RSS 2.0 format specifications? Is one more important than the other? Should I be using ...
0
votes
2answers
80 views

Limit Large XML feeds results and description length

I'm using an XML RSS 2.0 feed from a third party site, to import news to an iPhone application. It all works fine however the RSS feed isn't very helpful for the user, as they have huge descriptions, ...
0
votes
0answers
33 views

disable the fatel error Call to undefined method baseParserClass::baseParse

when i insert or update the rss feed to store into database an error occoured during process in Fatal error: Call to undefined method baseParserClass::baseParserClassWithExtensions() in ...
0
votes
2answers
223 views

Cleaning CDATA in xml through xslt

I am trying to transform RSS 2 coming from Wordpress into XHTML 1.0 Strict (using a cronjob and xsltproc); however, Wordpress inserts an img into the CDATA at the end of the summary element. The img ...
0
votes
1answer
180 views

How to get RSS feed from other RSS links using C# console application?

I want to create console application in C# language It will get RSS feed from below RSS news link. & pull feeds together once or few times daily? Here are some RSS feed links: 1) ...
0
votes
1answer
558 views

XSLT stylesheet that converts XML to XML (RSS 2.0)

this is what i have so far: < ?xml version="1.0"?> < xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> < xmlns:g="http://base.google.com/ns/1.0" ...
0
votes
3answers
137 views

RSS2 - getting browser readers to display it

I have a simple and validated RSS2 test document with two "items". I have an RSS "link" element in the head section of a web page pointing to the RSS2 XML page. I have an RSS button in the content ...
0
votes
1answer
215 views

cmsms rss generation

I'm new to cmsms, i have installed a news module in it,now i have to create an rss for this news section, how can i generate an rss for my news section. what are steps to display that generated rss in ...
0
votes
3answers
536 views

RSS file not rendering as expected in firefox!

I have an rss XML file: <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"> <channel> <title>ABC News</title> <link></link> ...