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 8644955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:25:35+00:00 2026-06-12T12:25:35+00:00

I would like to pull the title and description fields from the newsfeed at

  • 0

I would like to pull the titleand description fields from the newsfeed at http://www.tagesschau.de/newsticker.rdf to feed them to the Mac’s Text-to-Speech engine.

My search for a nice Ruby Gem to do this has brought me to Nokogiri, but all examples that “pull something out” of a given XML seem to be centered around CSS somehow.

Does anyone have any idea how to save the titleand description fields in an array?

  • 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-12T12:25:36+00:00Added an answer on June 12, 2026 at 12:25 pm

    Use xpath / at_xpath (the latter returns only one element):

    require 'nokogiri'
    require 'open-uri'
    require 'pp'
    
    entries = []
    doc = Nokogiri::XML(open('http://www.tagesschau.de/newsticker.rdf'))
    doc.xpath('/rss/channel/item').each do |item|
      entries << [item.at_xpath('title').text(), item.at_xpath('description').text()]
    end
    
    pp entries
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The aim: I would like a Tumblr blog to pull CSS from a Rails
I am running a php website and would like to pull in the most
On my page I have a section where I would like to pull in
We have a bunch of user controls we would like to pull out of
I have an IEnumerable<DateTime> . I would like to pull out all dates that
I would like jQuery to pull the url, then parse it to find airports.
I would like to build a query that will pull the number of rows
I would like to have our web applications pull static content (css, js, images)
I would like to inspect any code changes after doing a git pull .
i would like to ask if it is possible to forbid pull-out of the

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.