fi wrote: > I have loaded a XUL document in an iframe and try to change an > attribute of a label tag with the above mentioned method. I get the > error code 80530005 and (obviously) nothing changes.
Hmm, that's NS_ERROR_DOM_INVALID_CHARACTER_ERR. Let me guess: You are on Linux and didn't use -fshort-wchar when compiling your code? _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
