1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

xml file read/display by asp code

Discussion in 'C#' started by justlife, Aug 24, 2006.

  1. #1
    hi

    I have a xml file on the web (http://life.com/live.xml)
    I need to read live.xml file by asp code and display on the browser

    please send me the code/tutorial if you know

    thanks
     
    justlife, Aug 24, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Classic ASP does not have the "Scraper" ability you need. You can build a COM obj to simply retrieve the html src, then asp can parse n' display. .NET has ability and so does PHP if either of these are available to you (if com's can be installed)
     
    ccoonen, Aug 24, 2006 IP
  3. rooneydavid

    rooneydavid Guest

    Messages:
    67
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ASP can retrieve the html, the XML Object returns everything in the source. It all depends on the host if they have the right version of the MSXML object.
     
    rooneydavid, Aug 25, 2006 IP
  4. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #4
    ludwig, Aug 25, 2006 IP
  5. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #5
    Yes - and what would the XML Object be classified as?
     
    ccoonen, Aug 25, 2006 IP
  6. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #6
    I'm sorry, I'm just being a dick, lol. I heard two quotes that I would like to share at this time:

    "Don't point fingers when you come to the table, bring suggestions because the problem is still yours to fix!"

    "Catching & Fixing a problem early is like a Doctor Catching a small growth early. It takes invasive surgery to remove now but it only gets worse and might not be removable later."

    These are 2 of my favorite quotes... which their probably not quotes but i remember them from somewhere LOL.
     
    ccoonen, Aug 25, 2006 IP
  7. shaileshk

    shaileshk Well-Known Member

    Messages:
    455
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #7
    have you try to search in google ?
    try "RSS News read using asp"

    Lots of source you found with tutorial and code
     
    shaileshk, Sep 12, 2006 IP
  8. shaileshk

    shaileshk Well-Known Member

    Messages:
    455
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108