rss
rss copied to clipboard
Provide SAX-like event-driven API
To support GB sized XML files we need to change to a streaming approach. The input should be chunked and the output should be event driven where every single news feed item/entry should be dispatch then disposed directly in the parser.
The underlying XML-reader is already SAX-based so we mostly need to figure out how to read the input chunk-wise.