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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:09:06+00:00 2026-05-20T10:09:06+00:00

I am using YQL to parse multiple rss feeds. I have success getting YQL

  • 0

I am using YQL to parse multiple rss feeds. I have success getting YQL to return the XML for title,link,date but it also pulls in dc:title which makes for duplicate results. I have tried using dc:title but get a syntax error. Here’s the YQL statement.

    select title,link,description,date from rss where url in (
    'http://somerssfeed.com',
    'http://somerssfeed.com'
) | sort(field="date", descending="true")

What would be the correct syntax to use dc:title?
Also, is it possible for YQL to rename dc:title in the xml output to just title?

  • 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-20T10:09:07+00:00Added an answer on May 20, 2026 at 10:09 am

    As you have seen, YQL ignores namespaces when you specify the projection (the fields to retrieve). So, the correct syntax is what you already have; you cannot differentiate the title and dc:title fields in the manner that you want.

    You could however manipulate the data in any way that you like (including removing, renaming, reordering of fields/results) in a bespoke data table.

    If that sounds like too much hard work, you could append a unique() filter to the end of your existing query to return only one result per unique title/dc:title, to merge the duplicates that you are getting, like … | unique(field="title").

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

Sidebar

Related Questions

I am using YQL's query.multi to grab multiple feeds so I can parse a
I'm using YQL to get a list of feeds, like this: SELECT title, link,
I am using YQL and the results are being returned in XML, I have
I'm using YQL to parse some web feeds, this one in particular. SELECT *
I'm using YQL to retrieve several RSS feeds (channels) at once, using the following
Trying to scrape data from totalfilm.com using YQL but I'm getting a strange error:
I'm using YQL to make cross-domain REST requests in jQuery. I'm getting the XML
i am trying to get access to whitepages using YQL. Unfortunately i don't have
As I can parse this query YQL using Jquery. I can not see the
I'm using this to retrieve RSS news feeds from Yahoo (JSON): select * from

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.