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

  • Home
  • SEARCH
  • 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 3283000
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:59:29+00:00 2026-05-17T19:59:29+00:00

I notice that XML::RSS::Parser hasn’t been updated since 2005. Is this still the recommended

  • 0

I notice that XML::RSS::Parser hasn’t been updated since 2005. Is this still the recommended library for parsing RSS or Atom? Is there a better one or a better way?

  • 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-05-17T19:59:29+00:00Added an answer on May 17, 2026 at 7:59 pm

    I’m not sure it’s ever been the “recommended library”. If I know which kind of feed I need to parse, I use XML::RSS or XML::Atom as appropriate, but if (as is more likely) I just know it’s a web feed, I use XML::Feed.

    Adding an example of using XML::Feed as requested..

    use XML::Feed;
    
    my $feed = XML::Feed->parse(\$string_containing_feed);
    
    foreach ($feed->entries) {
      print $_->title, "\n";
      print $_->content->body, "\n";
    }
    

    This is all pretty much copied from the module documentation.

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

Sidebar

Related Questions

I have the below fragement of XML, notice that the Reference node holds a
I have a small test app that parses a few RSS feeds. It all
I needed to add a crossdomain.xml file to my website so that an embeddable
i never worked with Reporting Services in the past and i notice that the
I have a problem for parsing a rss feed using c#. I used to
i noticed strange problem in sdk 3.0. When i parse XML everything works fine
I can't get this working for the life of me. Here is a snippet
Is it possible to define resource references that are applicable to all EJBs in
>>> import httplib >>> conn = httplib.HTTPConnection(www.google.com) >>> conn.request(HEAD, /index.html) >>> res = conn.getresponse()
Let's say I have an web CMS type application, and an EDM model with

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.