Why not just use the doc() directive in the query itself?
Qt Code:
QXmlQuery query; query.setQuery("doc(http://www.qtcentre.org/index.php)/html/body/whatever");To copy to clipboard, switch view to plain text mode
Why not just use the doc() directive in the query itself?
Qt Code:
QXmlQuery query; query.setQuery("doc(http://www.qtcentre.org/index.php)/html/body/whatever");To copy to clipboard, switch view to plain text mode
Bookmarks