OPML Parser in RSS Component
The RSS component in IPWorks and IPWorks SSL can parse OPML files. To do this, use the ReadOPML method. When called, the component fires an OPMLHeader event followed by a series of OPMLOutline events, containing the parsed content of the document.
rss1.ReadOPML("http://radio.weblogs.com/0001000/gems/publications.opml");
This allows you to programmatically access the structure and content of any OPML file.
We appreciate your feedback. If you have any questions, comments, or suggestions about this article please contact our support team at support@nsoftware.com.