Quote Originally Posted by matsukan View Post
Hi,

is there any proper way to parse html stuff using QML and javascripts?
I don't think doing that from QML or JavaScript is a good idea. Why don't you expose a C++ component to QtQuick that does what you want?