Click here to Skip to main content
15,895,538 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: add webusercontrol Pin
reza toorani30-Aug-05 17:08
reza toorani30-Aug-05 17:08 
Questioncreate table using javascript Pin
Anita Mistry29-Aug-05 1:48
Anita Mistry29-Aug-05 1:48 
AnswerRe: create table using javascript Pin
Guffa29-Aug-05 4:31
Guffa29-Aug-05 4:31 
QuestionHow to create 'flat' HTML Pin
MartijnF29-Aug-05 1:47
MartijnF29-Aug-05 1:47 
QuestionRSS Pin
Jeeva Mary Varghese29-Aug-05 1:23
Jeeva Mary Varghese29-Aug-05 1:23 
AnswerRe: RSS Pin
Dario Solera29-Aug-05 9:14
Dario Solera29-Aug-05 9:14 
GeneralRe: RSS Pin
Jeeva Mary Varghese30-Aug-05 2:51
Jeeva Mary Varghese30-Aug-05 2:51 
GeneralRe: RSS Pin
Dario Solera30-Aug-05 3:13
Dario Solera30-Aug-05 3:13 
That seems to be more complicate.

I don't use a RSS parser, I only create the XML code and save it to a file, because I don't need to modify it 'manually'. Basically I',ve created set-it-and-forget-it RSS generator...

To parse a RSS feed you should use the System.Xml's classes. There is the XmlReader (abstract class, see the XmlTextReader and XmlNodeReader implementations) that reads from a file the XML code and returns the corresponding tags, respecting all the code's hierarchies.

Supposing that the RSS/XML is created 'by you', with XmlReader you can parse the code and so on.

Another option: the RSS feed can be generated only for the final usage, but the 'contents' can be stored elsewhere (DB?), so you can edit and update them easily, then recreate the RSS feed.

RSS is made only for 'presenting' the info to the users, but it may be a very uneasy if used to 'store' data.

If you want complete RSS specs, try here
http://blogs.law.harvard.edu/tech/rss
http://www.rss-specifications.com
http://web.resource.org/rss/1.0

You can find a RSS parser (I haven't tested or used it) here
http://www.codeproject.com/csharp/rssframework.asp

There are a few other articles on CP.

I hope I was helpful.



[ITA] Tozzi ha ragione: Gaia si sta liberando di noi.
[ENG] Tozzi is right: Gaia is obliterating us.
QuestionInternet explorer centering problem Pin
Attean28-Aug-05 23:52
Attean28-Aug-05 23:52 
QuestionRe: Internet explorer centering problem Pin
Guffa29-Aug-05 4:33
Guffa29-Aug-05 4:33 
QuestionScreen Resolution Pin
shamsa28-Aug-05 23:28
shamsa28-Aug-05 23:28 
AnswerRe: Screen Resolution Pin
Sarvesvara (BVKS) Dasa29-Aug-05 14:24
Sarvesvara (BVKS) Dasa29-Aug-05 14:24 
Questionusing css to built web site Pin
anj198327-Aug-05 20:21
anj198327-Aug-05 20:21 
AnswerRe: using css to built web site Pin
Guffa27-Aug-05 21:54
Guffa27-Aug-05 21:54 
GeneralRe: using css to built web site Pin
#realJSOP1-Sep-05 0:21
mve#realJSOP1-Sep-05 0:21 
GeneralRe: using css to built web site Pin
Guffa1-Sep-05 6:35
Guffa1-Sep-05 6:35 
AnswerRe: using css to built web site Pin
Yulianto.29-Aug-05 0:35
Yulianto.29-Aug-05 0:35 
AnswerRe: using css to built web site Pin
Vecta29-Aug-05 21:06
Vecta29-Aug-05 21:06 
Questionopen html file with vbscript Pin
delnaz27-Aug-05 20:07
delnaz27-Aug-05 20:07 
QuestionProblem with ie6 Pin
Attean27-Aug-05 18:14
Attean27-Aug-05 18:14 
QuestionI want Close It. Pin
LEE_3451527-Aug-05 4:39
LEE_3451527-Aug-05 4:39 
AnswerRe: I want Close It. Pin
Guffa27-Aug-05 5:30
Guffa27-Aug-05 5:30 
QuestionJavascript Pin
wpcolleen26-Aug-05 5:24
wpcolleen26-Aug-05 5:24 
Question2 Javascript Problems Pin
totig26-Aug-05 1:25
totig26-Aug-05 1:25 
AnswerRe: 2 Javascript Problems Pin
Guffa26-Aug-05 10:40
Guffa26-Aug-05 10:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.