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 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 notice that there is getWebApplicationContext in org.springframework.web.servlet.mvc.AbstractController . This means that spring programmers
I have the below fragement of XML, notice that the Reference node holds a
I've been trying to fetch the xml data found here: http://www.thetvdb.com/api/D1BD82E2AE599ADD/mirrors.xml You'll notice that
I have this XML file that I parse into its elements and create a
I am using Eclipse (for RCP) to create a XML file, I notice that
I notice that we can set the language for a form by using Xml:lang=en-US
I'm trying to create some XML like this: <parameter name=srid type=java.lang.Integer>24729</parameter> notice that the
This (or some variation of it) is output by my PHP script Notice that
Here is example code I am referring to: http://xml.apache.org/xalan-j/usagepatterns.html#sax First, notice that everything that
Currently this would be a sample XML that I am working on: <smsq> <sms>

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.