slopjong / eclipse-artifacts

PKGBUILD generator for eclipse plugins.
2 stars 0 forks source link

Some attribute names don't work in XQuery queries. #5

Open slopjong opened 12 years ago

slopjong commented 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.

slopjong commented 12 years ago

Maybe a name pool must be populated and passed to the QXmlQuery constructor as the second argument.

QXmlQuery ( QueryLanguage queryLanguage, const QXmlNamePool & np = QXmlNamePool() )