I like to display some (X) HTML content in a Qt application using QtWebKit. Content must be created from XML documents through XSLT.
Since I'm new to Qt, my questions are as follows:
1) Can QtWebKit display XML documents using a set of xml-stylesheet elements?
2) Can Qt apply XSLT to an XML document and return the result as a string or write it to a file?
swegi source share