Re: parsing an xml response feed in firefox



<shreyas.modi@xxxxxxxxx> wrote in message
news:1193515245.812269.18780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Anybody know how to use the loadXML function that works in IE getting
it to work in firefox? I am trying to parse a feed from blogger.com
and display the contents in my webpage.


Why are you trying to use LoadXML?

Why not just use load with the blogger.com URL that you want to load?

If you need to POST to the URL then the use XMLHttpRequest instead.

The above is true both for IE and FF.

--
Anthony Jones - MVP ASP/ASP.NET


.



Relevant Pages

  • Re: newbie: image problems again
    ... path to the ImageUrl property. ... does this variable "Profile.UserName" really exist when you try to load ... But the webpage doesn't display the image. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: read a web page and then display
    ... >I'd like to read a webpage, the parse it and display a small part of ... Prev by Date: ...
    (comp.lang.php)
  • fetch a manay URLs
    ... when they are all downloadded I parse the data and display some results ... loading the next one is loaded. ... any suggestions would be good all I realy want is a way to load all the ...
    (comp.lang.perl.misc)
  • read a web page and then display
    ... I'd like to read a webpage, the parse it and display a small part of ... Prev by Date: ...
    (comp.lang.php)
  • Re: Read webpage with VB app
    ... >> Is there a simple way to read (and parse) a webpage with a VB.net ... Right now I can sort of read a page but it's a framed page ... > It sounds like you just want to transfer it, and not display it? ...
    (microsoft.public.dotnet.languages.vb)