You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
I have an existing feed in a string and I wanted to parse it. So I don't need feed-io to fetch it via network. So I am answering my own question with an example:
As far as I understand this is the way to go when wanting to parse a feed when you already have it as a string. Has a readString() method in FeedIo been considered? Would be nice to have all the parser already loaded etc.
I have an existing feed in a string and I wanted to parse it. So I don't need feed-io to fetch it via network. So I am answering my own question with an example:
As far as I understand this is the way to go when wanting to parse a feed when you already have it as a string. Has a
readString()method inFeedIobeen considered? Would be nice to have all the parser already loaded etc.