XML : Access html events in c++

I want to access html events(like clicking in a button) from c++.

for example I have a .html file in my computer (not in the web) then I want render it with some rendering engine (like WebKit or Gecko), after that I want to see html events in c++ (like XML for Android, in android you can set this function : findviewbyid(id) ) then I want to create my events in c++ for doing something else.

I don't know how to get events from html file. How?

No comments:

Post a Comment