Re: Mozilla vs xulrunner
arnuld <[email protected]> Mon, 4 Jul 2011 04:16:20 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <a6632a68-efcf-45fa-bd27-9b8c727213db@b39g2000prd.googlegroups.com> |
> On Jul 1, 9:37 pm, Benjamin Smedberg <[email protected]> wrote: > It's not clear to me what problem you're trying to solve. You can call > .getElementsByTagName from within a web page itself. yes, you can call that within a web-page using JS (JavaScript) and I am not trying to do that. I need more clarity in my communication. > Or are you working on a program that already exists, and you're trying > to somehow parse a web site? yes, I am working on a program that already exists and I am adding a feature where an already downloaded XML document is converted to a DOM and is exposed to my platform so that it can interact with this XML document using JS DOM. Hope I am clear enough this time.