How to use DOM in Mozilla
arnuld <[email protected]> Thu, 7 Jul 2011 21:30:47 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <81082b7c-28ed-4015-b80e-a09fe83d834b@gh5g2000vbb.googlegroups.com> |
I want to use Mozilla DOM to parse some XML document. Want to make XML document a DOM in a C++ program. I have full source-code of XULrunner but don't know if I need to write IDL files, XPConnect calls or directly use C++ sources in dom directory of source to parse XML document.