Re: More XPath
"Leon Bezuidenhout" <[email protected]> Fri, 29 Dec 2006 08:10:50 +0200
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
Thanks, I reckon you are right.I get my data using XMLHttpRequest and I suspect the MIME type is set to text/html "Jonas Sicking" <[email protected]> wrote in message news:[email protected]... > It's probably not an encoding issue but rather a content-type issue. You > are sending your xml as text/xml or application/xml, right? How are you > getting this data from XMLHttpRequest? Using .responseXML ? > > Most likely the problem is on your end rather than in mozilla so if it's > important I'm sure normal debugging will find the issue for you. > > / Jonas > > Leon Bezuidenhout wrote: >> Thanks, >> >> I see yours working and yet mine still does not work, which makes me >> wonder about the document encoding... Oh well, I have a dirty work around >> in the mean time. >> >> "Martin Honnen" <[email protected]> wrote in message >> news:[email protected]... >>> Leon Bezuidenhout wrote: >>> >>>> Sorry, I was not very clear on what I was doing. This data is not in an >>>> XML island, it is retrieved with an HTTPRequest. I am using MOZ 2.0 >>> Test case >>> <http://home.arcor.de/martin.honnen/javascript/2006/12/test2006122201.html> >>> works for me with Firefox 2.0 and SeaMonkey 1.0. >>> >>> >>> -- >>> >>> Martin Honnen >>> http://JavaScript.FAQTs.com/ >>