Discussion:
[eiffel_software] Wanted: Eiffel library to parse ATOM or RSS feed
Jocelyn Fiat jfiat@eiffel.com [eiffel_software]
2015-09-02 09:18:31 UTC
Permalink
Hi Eiffel users,

I am looking for a ATOM and/or RSS feed parser.
Before building it myself, I would like to know if anyone would have such
code, and agrees to share it.
I would prefer to contribute to an existing library and eventually
update/improve it if needed, rather than building a new one.

Thanks for any answer.
Regards,
--
Jocelyn
------------------------------------------------------------------------
Eiffel Software
805-685-1006
http://www.eiffel.com
Customer support: http://support.eiffel.com
User group: http://groups.eiffel.com/join
------------------------------------------------------------------------


[Non-text portions of this message have been removed]
Colin Adams colinpauladams@gmail.com [eiffel_software]
2015-09-02 09:23:00 UTC
Permalink
There was a library written - I've looked at it in the past - I had to
update the code to get it to compile - i think it was RSS 2.0 and earlier,
and no atom. Just google.
Post by Jocelyn Fiat ***@eiffel.com [eiffel_software]
Hi Eiffel users,
I am looking for a ATOM and/or RSS feed parser.
Before building it myself, I would like to know if anyone would have such
code, and agrees to share it.
I would prefer to contribute to an existing library and eventually
update/improve it if needed, rather than building a new one.
Thanks for any answer.
Regards,
--
Jocelyn
----------------------------------------------------------
Eiffel Software
805-685-1006
http://www.eiffel.com
Customer support: http://support.eiffel.com
User group: http://groups.eiffel.com/join
----------------------------------------------------------
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Colin Adams colinpauladams@gmail.com [eiffel_software]
2015-09-02 09:25:02 UTC
Permalink
Actually, I can't find it now.
Post by Colin Adams ***@gmail.com [eiffel_software]
There was a library written - I've looked at it in the past - I had to
update the code to get it to compile - i think it was RSS 2.0 and earlier,
and no atom. Just google.
Post by Jocelyn Fiat ***@eiffel.com [eiffel_software]
Hi Eiffel users,
I am looking for a ATOM and/or RSS feed parser.
Before building it myself, I would like to know if anyone would have such
code, and agrees to share it.
I would prefer to contribute to an existing library and eventually
update/improve it if needed, rather than building a new one.
Thanks for any answer.
Regards,
--
Jocelyn
----------------------------------------------------------
Eiffel Software
805-685-1006
http://www.eiffel.com
Customer support: http://support.eiffel.com
User group: http://groups.eiffel.com/join
----------------------------------------------------------
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Jocelyn Fiat jfiat@eiffel.com [eiffel_software]
2015-09-02 11:56:56 UTC
Permalink
Same for me.
I remember about this lib, and same in the past I was not compiling out of
the box.
Maybe I have it somewhere in an archive.
But unless someone has such code to share, it will be faster to build a new
one.

I will wait a bit, and then I would probably work on such lib.
Of course, anyone willing to collaborate is welcome.

-- Jocelyn
Post by Colin Adams ***@gmail.com [eiffel_software]
Actually, I can't find it now.
Post by Colin Adams ***@gmail.com [eiffel_software]
There was a library written - I've looked at it in the past - I had to
update the code to get it to compile - i think it was RSS 2.0 and
earlier,
Post by Colin Adams ***@gmail.com [eiffel_software]
and no atom. Just google.
Post by Jocelyn Fiat ***@eiffel.com [eiffel_software]
Hi Eiffel users,
I am looking for a ATOM and/or RSS feed parser.
Before building it myself, I would like to know if anyone would have
such
Post by Colin Adams ***@gmail.com [eiffel_software]
Post by Jocelyn Fiat ***@eiffel.com [eiffel_software]
code, and agrees to share it.
I would prefer to contribute to an existing library and eventually
update/improve it if needed, rather than building a new one.
Thanks for any answer.
Regards,
--
Jocelyn
----------------------------------------------------------
Eiffel Software
805-685-1006
http://www.eiffel.com
Customer support: http://support.eiffel.com
User group: http://groups.eiffel.com/join
----------------------------------------------------------
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
--
Jocelyn
------------------------------------------------------------------------
Eiffel Software
805-685-1006
http://www.eiffel.com
Customer support: http://support.eiffel.com
User group: http://groups.eiffel.com/join
------------------------------------------------------------------------


[Non-text portions of this message have been removed]
jfiat_es@yahoo.com [eiffel_software]
2015-09-10 14:19:28 UTC
Permalink
Ok I decided to give it a try.
See at https://github.com/jocelyn/EWF/tree/feed_parser_01/library/text/parser/feed https://github.com/jocelyn/EWF/tree/feed_parser_01/library/text/parser/feed
This is mostly targetted for immediate need.
It may not support the full ATOM or RSS2.0 specification.

I will try to integrate this to official EWF project repository soon.
In the meantime, any comment, contribution is welcome.

-- Jocelyn

[Non-text portions of this message have been removed]

Loading...