hello all!
In an app I'm building I need to extract all links from an URI (actually provided as HTML with JS, maybe later PHP too). So actually I dont need the wx part of this, but just the JS engine and DOM manipulations, including events like onmouseover and such.
I've checked V8 engine (chrome) and SpiderMonkey engine (mozzila) but they do not include DOM and events which are handled by other ways in their respective browsers.
I might get it wrong, but I'm wondering if this is the tool i need, or if you guys with more experience on the matter could give me some pointers toward other tools/libraries.
PS: im working in C++ and the result should be a shared library.
Thanks all.
Kirix Support Forums
Using wxWC to extract links
2 posts
• Page 1 of 1
Re: Using wxWC to extract links
wxWebConnect is a GUI library, and is intended to be a GUI library. Internally it is linking to XULRunner. It doesn't even have very good support for executing Javascript from C++ code. With this being the case, I doubt it would be a good fit for a stand-alone library that just wants the Javascript / DOM engine.
- jonmmorgan
- Registered User
- Posts: 94
- Joined: Fri May 14, 2010 9:48 am
2 posts
· Page 1 of 1
Return to wxWebConnect Questions, Thoughts & Feedback