Parse RSS XML files (news feeds) 
Author Message
 Parse RSS XML files (news feeds)

Anyone has an example of parsing RSS xml files using VB.net ?
Thanks



Wed, 09 Mar 2005 18:47:42 GMT  
 Parse RSS XML files (news feeds)

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

--
Constance Petersen
Build a great Web site: http://www.smartisans.com/
New ASP.NET book: "Programming the Web with Visual Basic .NET"
http://amazon.com/exec/obidos/ASIN/1590590279/ref=nosim/constancepete...



Thu, 10 Mar 2005 01:52:37 GMT  
 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



Thu, 10 Mar 2005 06:27:38 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Parsing XML from an ASP page that Creates XML fails

2. how to parse wml (xml) files

3. Reading/parsing an XML file into VB.

4. vb library/procedure for parsing html/xml/sgml like files

5. parse xml file and vbscript

6. parse XML file

7. Parse external XML file in VBA

8. Parsing XML file in VB

9. Parsing XML files in VB6

10. Abort SAX while is parsing xml file

11. Is it Possible to Parse an XML file using VB

12. News feed available?

 

 
Powered by phpBB® Forum Software