XSLT processing with Qt
        Posted  
        
            by swegi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by swegi
        
        
        
        Published on 2010-03-12T13:29:51Z
        Indexed on 
            2010/03/12
            16:07 UTC
        
        
        Read the original article
        Hit count: 194
        
Hi,
I like to display some (X)HTML content in a Qt application using QtWebKit. The content should be generated from XML documents via XSLT.
As I am new to Qt, my questions are as follows:
1) Can QtWebKit display XML documents with the xml-stylesheet element set?
2) Can Qt apply XSLT to an XML document and return the result as a string or write it to a file?
© Stack Overflow or respective owner