Hey everyone,
I'm using Firefox 1.0.3 and attempting to get an Active.XML.Table working. I've seen a lot of discusion on various patches that need to be applied and I think I got all of them, but I'm getting new errors.
For awhile I was getting an NS_ERROR_XPC_BAD_OP_ON_WN_PROTO error and the "Loading..." indicator looked like it was stuck in a loop, but I applied the patch in
http://activewidgets.com/javascript.forum.4524.13/new-bug-with-firefox-1.html.
After that, I got an error that said "this._xml.selectSingleNode is not a function" in runtime/lib/xml/table.js:74, which happened to be where I'd applied the patch from
http://activewidgets.com/grid.howto.fix/load-xml-string.html. I commented it out and uncommented the old code and then got "xml.setProperty is not a function" in the same file around
xml.setProperty("SelectionLanguage", "XPath");
if (this._namespaces) {xml.setProperty("SelectionNamespaces", this._namespaces);}
Also, none of the XML examples are working now.
I can post whatever of the offending code you all think it could be, but seems like all the errors I'm getting are internal to the library.
Thanks in advance,
Andrew
Ah, I think I solved the problem. I patched the wrong part of the code in gecko.js.
I'm wondering though, with all these Firefox patches floating around, shouldn't there be a minor release?
This topic is archived.