Open slopjong opened 12 years ago
The sub-query works with the 'id' and 'version' attributes but not with the 'url'. The fail here is meant as "it doesn't work properly". No exception or segmentation fault appears but the string list is just empty.
Maybe a name pool must be populated and passed to the QXmlQuery constructor as the second argument.
QXmlQuery ( QueryLanguage queryLanguage, const QXmlNamePool & np = QXmlNamePool() )
The sub-query works with the 'id' and 'version' attributes but not with the 'url'. The fail here is meant as "it doesn't work properly". No exception or segmentation fault appears but the string list is just empty.