Quantcast
Channel: Parsing RSS feed in Go - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by 030 for Parsing RSS feed in Go

Or use a library like go-rss or a tool like informado to read various RSS feeds.

View Article



Answer by Mark for Parsing RSS feed in Go

The xml from the rss feed has a channel element with two child 'link' elements: 'link' and 'atom:link'. Even though one has a namespace prefix, Go xml unmarshaller sees a conflict. See also local name...

View Article

Parsing RSS feed in Go

I am trying to write a podcast downloader in Go. The following code parses an RSS feed but the link of the channel is empty when printing the parsed data to the standard output. I don't know why. Any...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images