690 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
43
views
Escape type="html" for Atom XML
The W3C Atom docs contain this paragraph:
If type="html", then this element contains entity escaped html.
<title type="html">
AT&amp;T bought &lt;b&...
1
vote
1
answer
67
views
Get file length for rss.xml enclosure tag in Eleventy
I have the following RSS feed in Eleventy v3.1.1. I wish to add the tag so I can include the featured image in the feed. The tag requires the length of the file in bytes. There are numerous ways to ...
0
votes
1
answer
53
views
Empty RSS/Atom feed only pointing to next chunk?
If my feed contains 0 item and only has the paginated feed information, and items start in the "next" chunk, will most software consuming feeds see my items?
Basically, I want all my ...
0
votes
1
answer
56
views
How to change <rights> tag to <copyright> in Atom feed?
I am using the feed module to generate an Atom feed in CAP format. Here is the code I am using to generate the feed:
const feed = new Feed({
title: 'Event Notifications',
generator: 'Custom ...
-4
votes
1
answer
86
views
Parse XML issues
So, I'm leaving the live xml/atom-feed url as something different. It's hosted on LiveJournal, but I don't want to give that link away.
Anyways, I seem to have something confused or my understanding ...
0
votes
0
answers
378
views
Looping through URLS in Python and generating feed with Feedgen
I'm pulling together a bunch of RSS feeds and grabbing items from them based on matching keywords. In the process I'm pulling certain fields--title, description, etc. but I'd like to pull the title of ...
6
votes
1
answer
976
views
Gitlab Activity feed needs authentication
I want to add die Gitlab Activity Feed to my rss reader (Liferea 1.13.7 on Ubuntu 22.04). I am using the Subscription URL with die feed specific Token in the URL. But Liferea is asking for ...
0
votes
2
answers
171
views
Get image url sub-element using Python Elementree
I have the following xml format.
I can get the title and link easily enough, but am getting stuck on how I can get the img src out of the content.
<feed>
<entry>
<title>A ...
0
votes
1
answer
891
views
How to fix 'A feed could not be found' error 200 when trying to add childcaredaily.org's RSS feed to another website?
I am trying to display blog post from one website to another website. I searched for the /feed/ so I can add recent blogs from childcaredaily.org to another website but I keep getting this message &...
0
votes
1
answer
60
views
talend component tRssInput with authentification to query an atomfeed
I have to retrieve feed from an atomfeed in oracle fusion using Talend.
I added a tRssInput component to my job. I can paste the URL of my feed. But since the feed is private to my organisation, I ...
1
vote
0
answers
140
views
Is there any way to generate links with rel="hub" with the feedgen package in Python?
I generate a RSS feed with the Python package feedgen and I am now trying to implement the PubSubHubbub protocol.
From what I understand here
https://indieweb.org/How_to_publish_and_consume_WebSub
I ...
0
votes
2
answers
491
views
How to extract information from atom feed based on condition?
I have output of API request in given below.
From each atom:entry I need to extract
<c:series href="http://company.com/series/product/123"/>
<c:series-order>2020年09月17日T00:00:00Z&...
0
votes
1
answer
506
views
How can I read an atom feed using svelte?
I'm currently learning Svelte and I would like to parse an atom feed and render it on the screen, but I'm not sure how to start getting the feed in. Can someone point me in the right direction on how ...
1
vote
1
answer
167
views
How to output response of type atom/xml feed into Jquery DataTable?
How to output response of type atom/xml feed (from arxiv call) into Jquery DataTable?
I have the datatable working for a simple json from Ajax call to flask server example.
When i try to do it with ...
2
votes
0
answers
228
views
Create application/atom+xml result
I have an API on GoogleCloud and need to define an endpoint which returns a feed usable in Excel PowerPivot and Power BI. I have found this library using feed.ToAtom(), but the created feed does not ...