i don't know if there's a specific RSS library for scala, but you can
get pretty far with the builtin XML parsing stuff. this is the best
resource I have found.

http://burak.emir.googlepages.com/scalaxbook.docbk.html

for the HTTP client, I am using DataBinder Dispatch:

http://databinder.net/dispatch/About

if you want real RSS code, you can use the Java ROME library, which i
have used very successfully in java projects:

https://rome.dev.java.net/

brgds, bob

On Oct 30, 10:26 am, GA <my_li...@me.com> wrote:
> Hello guys,
>
> is there any standard RSS Library to parse RSS and Atom feeds from a  
> scala client?
>
> Thanks in advance,
>
> GA
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to