Re: How to use DOM in Mozilla
arnuld <[email protected]> Sun, 10 Jul 2011 21:31:24 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <d174eb9f-b6eb-4d73-96db-ab08ae53140f@j14g2000prn.googlegroups.com> |
Okay, I understood that to use C++ API I had to first get a pointer of type "nsCOMPtr" to nsIDOMDocument and then I can use it like a DOM Tree. But which header/file I am suppose to use to parse a XML document (available only as a URL) into a DOM tree ?