ruby / rss

RSS reading and writing
BSD 2-Clause "Simplified" License
185 stars 36 forks source link

<a10:author> <a10:name>Some author</a10:name> </a10:author> Not prasing correctly #23

Open quesurifn opened 4 years ago

quesurifn commented 4 years ago

Hello,

I'm trying to parse from a feed and this format isn't parsing correctly. Is there a way to get this to work?

<a10:author>
  <a10:name>Some author</a10:name>
</a10:author>
kou commented 4 years ago

Could you show full content of the feed?

quesurifn commented 4 years ago

@kou Hello!

It's located here: https://stackoverflow.com/jobs/feed?r=true

It's the stack overflow jobs feed.

kou commented 4 years ago

Thanks. We need to implement a module to read the Atom data like https://github.com/ruby/rss/blob/master/lib/rss/dublincore.rb that is for DublinCore data.

quesurifn commented 4 years ago

@kou We meaning the ruby team or is this something I can do?

kou commented 4 years ago

Anyone including you and me can work on this because Ruby is free software.