Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8373209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T14:37:19+00:00 2026-06-09T14:37:19+00:00

I I am trying to parse the entire article from an RSS feed but

  • 0

I I am trying to parse the entire article from an RSS feed but can’t find the tag to do that with jgfeed. I am able to get various data for my listview of the posts using:

for (var i = 0; i < feeds.entries.length; i++) {                    
    var entry = feeds.entries[i];
    var title = entry.title;
    var link = entry.link;
    var description = entry.content;
    var pubDate = entry.publishedDate;
    if(index == i) {    
        html = "<h1>" + title + "</h1>";
        html += "<p><small>" + pubDate + "</small><br>";
        html += description +"</p>";
        $(id).append(html);
    }               
};

However, according to the documentation “entry.content” should be the entire article enclosed in the body tag, however it displays a short snippet when I use it, as shown in the picture: https://i.stack.imgur.com/niAGg.jpg (I want it to display the entire article).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T14:37:20+00:00Added an answer on June 9, 2026 at 2:37 pm

    Ok turns out what I can access is dependent on the RSS feed istelf. What I did to get (since I am unable to change the content of the RSS feed) the entire content was to load the page in question into a div and parse out the article I needed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to create a simple app that parse an entire channel
It results in illegal JSON when trying to parse with jQuery. The entire document,
Trying to parse Maplines for an airport. Each airport can have X number of
Trying to parse some XML but apparently this is too much for a lazy
Trying to parse an iTunes Atom feed with a PHP script. If you visit
I've been trying to parse some huge XML files that LXML won't grok, so
I'm trying to parse some text using PyParser. The problem is that I have
So I'm trying to a parse a file that has text in this format:
I'm trying to parse a URI that has brackets - [ and ] -
I'm trying to contruct a parser in scala which can parse simple SQL-like strings.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.