[Interest] Restricting QXmlQuery to QPath 2.0

2014-10-18 Thread Elvis Stansvik
Hi folks, I'm considering using QtXmlPatterns, but I need to be able to restrict queries to only accept XPath 2.0 expressions, not the full XQuery 1.0 language. This seems impossible at the moment; QXmlQuery supports either XQuery10 or XSLT20 as values for queryLanguage. However, the

Re: [Interest] Restricting QXmlQuery to QPath 2.0

2014-10-18 Thread Elvis Stansvik
2014-10-18 14:03 GMT+02:00 Elvis Stansvik elvst...@gmail.com: Hi folks, I'm considering using QtXmlPatterns, but I need to be able to restrict queries to only accept XPath 2.0 expressions, not the full XQuery 1.0 language. This seems impossible at the moment; QXmlQuery supports either