Are there any Atompub (Atom Publishing Protocol) libraries available for Erlang?

link|improve this question

question from someone who never used atom: what should an atom library do that an xml library in itself cannot? – Zed Sep 16 '09 at 17:41
Things like handling the CRUD operations properly. – jldupont Sep 16 '09 at 18:24
feedback

2 Answers

up vote 1 down vote accepted

There are almost no RSS or Atom libraries for erlang. I contemplated writing some once but wasn't sufficiently motivated so I never did. For some reason erlang developers haven't felt the need to write one yet.

link|improve this answer
Probably because so far no app written in erlang has needed it. – rvirding Sep 16 '09 at 23:53
That's certainly the reason for my lack of motivation anyway :-) – Jeremy Wall Sep 16 '09 at 23:57
feedback

Shamelessly ... there are server libraries :

As for client libraries, unless I need full coverage, an adhoc ibrowse/xmerl_xpath combo should do the trick.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.