Re: createNSResolver IE7
"hairbo" <[email protected]> 7 Nov 2006 11:35:59 -0800
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
right. silly me. never mind. On Nov 6, 4:47 pm, Axel Hecht <[email protected]> wrote: > hairbo wrote: > > I was pleased to find out that IE7 now has native XmlHttpRequest() > > support. however, it doesn't (perhaps obviously, perhaps not) seem to > > support all of the functions Mozilla supports, including > > createNSResolver. > > > My AJAX code splits between browsers that can support XmlHttpRequest > > natively (FF, Opera, Safari), and those that need ActiveX (IE 6). If > > the browser supports XmlHttpRequest natively, then my code assumes it > > also supports a bunch of other functions as well. Perhaps this is just > > bad design, but IE7 bombs on createNSResolver. Simply forcing my code > > to have IE7 flow through the ActiveX method solves the issue for now, > > but I'd like to know if IE7 has some kind of analogous function to > > createNSResolver.AFAICTWB (... With Beer), createNSResolver is DOM XPath foo, and pretty > much unrelated to XMLHttpRequest. > > Axel