Is it possible to open a RSS page? I would like to parse a RSS page, but I don't know how to open it with TinyXml.
TinyXML does NOT include an HTTP client. You have to retrieve your RSS with one of them, and then you can parse it with TinyXML.
Yves
Log in to post a comment.
Is it possible to open a RSS page? I would like to parse a RSS page, but I don't know how to open it with TinyXml.
TinyXML does NOT include an HTTP client.
You have to retrieve your RSS with one of them, and then you can parse it with TinyXML.
Yves