All Questions
76 questions
0
votes
0
answers
36
views
How to extract content correctly from all kind of rss feeds
I'm a well experienced developer, or almost this is what i was thinking before facing this problem. It look so easy to me but i cannot make it work the right way.
I have a list of feed rss, users can ...
1
vote
1
answer
79
views
I have duplicate child elements in my RSS feed. Won't parse it in JavaScript
I'm pulling RSS data from this URL and this is how their data structure looks like.
<item>
<itunes:episodeType>full</itunes:episodeType>
<itunes:season>6</itunes:season>
&...
0
votes
0
answers
36
views
Creating RSS from Javascript formatted data
I have a JavaScript that pulls data from a Weather API that I need to get into an RSS file so it can be read by two broadcast devices.
const api_url = 'API-URL-&-KEY';
let firstTime = true;
async ...
0
votes
1
answer
36
views
Rss will not parse
I've been experimenting with xml data but I found an xml file with a structure that I've never seen before. I tried to call it using php and log it in the console but no luck any idea as to why? When ...
1
vote
0
answers
199
views
RSS feed scrape with separated page for the article
I have a really simple question.
I am scraping data from rss feed.
Rss feed format:
<item>
<title></title>
<link></link>
<description></description>
<...
1
vote
0
answers
397
views
Auto scroll a webpage with rss-feed, item by item
I'm making a wallboard (monitor with a newsfeed on it). I'm new to javascript but managed to find a few sources that helped me to put an RSS-feed on a PHP-page and format it with CSS.
So far so good!
...
0
votes
0
answers
772
views
How to add Horizontal scrolling news ticker from an RSS or headlines from other site in Wordpress?
How to add horizontal scrolling news ticker from any news website to Wordpress?
I've tried all RSS plugins in wordpress but they dont scroll horizontally
There is an example in this website http://...
0
votes
0
answers
35
views
Need advice on customizing RSS feed
Hi I need an advice on how to reorganize our rss feeds via php or js, currently it shows everything with the newest ad on top.
We need the following rules to be implemented.
1.) Show item if item ...
1
vote
1
answer
1k
views
Is there an up-to-date, working Amber Alert API or a way to pull Amber Alerts to a website?
I am working on a charity's website that focuses on Human Trafficking. Because this is a new chartity, they tried to find someone to do the site for free; AKA me.
I need to be able to pull amber ...
0
votes
1
answer
63
views
Ajax rss feed - openweathermap
so I get the feed after choosing an option but its not "refreshing as new news come".
I have the same problem with openweather.
Is the "GET" my problem or browser or something else? I guess everything ...
0
votes
0
answers
30
views
RSS feed in Android Application
I sincerely need help with my rss feed as I have no idea where to begin since the feeds are not from my database. It would be great to have guidance on how I retrieve the feeds in my application. I'm ...
0
votes
1
answer
76
views
Faster way to read RSS through Javascript/PHP
Got another fun one for you all today.
I have working code that pulls from various RSS feeds and orders them by which of them has most recent pubdate.
The issues I have is that it is slow. It slows ...
1
vote
1
answer
80
views
How to grab only one HTML content from same classes using XPATH in PHP?
I would like to grab a content of a HTML-string that comes from a SimpleXML by using PHP.
So I have a XML-file where I already get the HTML-string from a description tag. This HTML-string has some ...
0
votes
0
answers
180
views
convert Google Rss feed into Yahoo Rss Feed
convert Google RSS feed into Yahoo RSS Feed
I find myself working with feeds (RSS, atom, JSON, etc) pretty often, and most of the time it's mixing these feeds together for a site, and it's nothing but ...
0
votes
1
answer
117
views
Remove text from RSS description that is not within a tag element
I'm looking to remove text from an RSS description that is not within a tag element (ie. strong, p, span, etc.) I was able to remove a strong element, but I'm unable to target the "Location" text as ...