
Parse RSS XML files (news feeds)
On Sat, 21 Sep 2002 13:52:37 -0400, "Constance J. Petersen"
Quote:
>> Anyone has an example of parsing RSS xml files using VB.net ?
>Watch out for wrapping URLs.
>http://www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=10&t...
>5
>This one is C# using XSLT, but you might find it helpful:
>http://www.topxml.com/code/default.asp?p=3&id=v20020605164508&ms=10&l...
>g
The source code for Aggie (a C# RSS reader) is open source, and
available from SourceForge. See Aggie's homepage:
http://bitworking.org/Aggie.html
(Note that the current codebase uses a completely different RSS parser
than the one released in RC4; I guess this is an advantage, as you
have *two* examples to work from :-)
Ziv Caspi