Alexander Dyagilev wrote:
How can I call this method from XPCOM object?I found nsIDOMNSHTMLElement interface, but it is not frozen so i cann't use it. Is there another way?
You might instantiate a dom parser (@mozilla.org/xmlextras/domparser;1) and use parseFromString from the nsIDOMParser interface.
/mig _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
