Are there any Atompub (Atom Publishing Protocol) libraries available for Erlang?
Asked
Active
Viewed 348 times
2 Answers
3
Shamelessly ... there are server libraries :
- wrote a while back an atompub-pubsub bridge for ejabberd. In use here, it validates Tim Bray's APE.
- and an atom entry validation code (still for ejabberd's XML format)
As for client libraries, unless I need full coverage, an adhoc ibrowse/xmerl_xpath combo should do the trick.

Eric
- 2,706
- 18
- 18
1
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.

Jeremy Wall
- 23,907
- 5
- 55
- 73