Quantcast
Channel: Golang rss xml parsing
Browsing all 2 articles
Browse latest View live

Answer by 10 cls for Golang rss xml parsing

Set the DefaultSpace property of the Decoder. then specify that space in the tag:d.DefaultSpace = "RssDefault"...Link string `xml:"RssDefault link"`Using a Url might be more correct.

View Article


Golang rss xml parsing

The following Go code returns the <link> tag value if it comes after <atom10:link ...> tag, otherwise it returns empty.How do I get the <link> tag value if it appears before...

View Article
Browsing all 2 articles
Browse latest View live