xml parser not working on remote server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gomzi
    Contributor
    • Mar 2007
    • 304

    xml parser not working on remote server

    I have written an xml parser (in asp.net 2.0) for reading both rss and atom feeds.

    My problem is that the parser works perfectly fine on my local machine, while it works only sometimes on my hosting company's server.

    Also, when the parser fails to read the xml file, it always stops at the description tag.

    Please check this page -> http://www.newscabby.com/feedsxyz123/Default2.aspx

    Try adding ->http://rss.news.yahoo.com/rss/topstories (you will get a done message at the end).
    ->http://rss.cnn.com/rss/cnn_topstories.rss (stops in between [TAKES AROUND 5 MINUTES TO RESPOND], i.e. at the description tag & you will get a not done message at the end).

    Both these feeds have the same format...

    You can try out some other feeds in case you need to so that you understand the problem in a better manner.

    any help would be appreciated.

    thanks,
    gomzi.
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by gomzi
    any help would be appreciated.

    thanks,
    gomzi.
    Try here: http://www.google.com/search?hl=en&s...om&q=XMLParser

    See what you can dish out there gomzi, and let us know...
    Last edited by Dököll; Jul 4 '07, 11:33 PM. Reason: Deleted text

    Comment

    Working...