ahorn / android-rss

Lightweight Android library to parse RSS 2.0 feeds.
529 stars 176 forks source link

Request: dump of XML to a string #17

Closed tanis2000 closed 8 years ago

tanis2000 commented 11 years ago

It would be nice if you could add a feature to dump the whole XML to a string so that it can be stored as a file.

ahorn commented 11 years ago

You are warmly invited to implement another RSSParser, see https://github.com/ahorn/android-rss/blob/master/src/main/java/org/mcsoxford/rss/RSSParser.java

ahorn commented 9 years ago

Would it make sense for the caller of the API to be able to inject a Serializable object other than StringBuilder?

ahorn commented 8 years ago

Close abandoned patch.