It looks like there was a change from libxslt in favor of xmlpatterns. Perhaps this change broke the auto-detect behavior?
I am currently working around the problem by manually performing XSLT (via
QXmlQuery) and making a call to qwebview->setHtml(xqOutput) instead of the
simpler (and preferred) call to qwebview->load(QUrl("doc.xml")).
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
