How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to Read an RSS Feed with Java Using XOM

calendar_today August 1, 2023 person Rogers Cadenhead domain rss

There are a lot of libraries for processing XML data with Java that can be used to read RSS feeds. One of the best is the open source library XOM created by the computer book author Elliotte Rusty Harold. As he wrote one of his 20 books about Java and XML, Harold got so frustrated with the available Java libraries for XML that he created his own.

open_in_new Read original post