Hi, I 'm exploring for a browser solution / API that has the following features:
- Must support the nowadays default web technologies
- Must support client side XSLT
- Must support executing arbitrary Javascript on the pages it loads
- Must be able to catch events from the web page targeted to the browser or OS (I am specifically interested in window.print())
QtWebkit seemed like the way to go but it still doesn't support XSLT so I had to look for alternatives. SWT Browser is a wrapper around the native browser component of the underlying system and in linux that I 'm interested this would mean the firefox engine that supports the attributes I 'm interested in except that I haven't still found out how to catch window.print() and provide my own implementation instead of the default one that is opening up a print dialog.
Any suggestions?