I am trying to do the following
Project/FileSet/File/@Name
Where Name is an attribute on the File node example
Using any of the online javascript XML/XPath testers, this XPath query works
fine.
However, using
QXmlQuery query on the file, and evaluating to a QString, the string in empty.
I h
Does Qt's QXmlQuery have implementation specific (extension) functions that can
be used within the XQuery scripts?
Saxon, Mark Logic, XQilla, and other implementations of XQuery engines have
extension functions. Where can I find QXmlQuery's?
Or are we supposed to use something like EXSLT
12 9:26 AM
Subject: [Interest] QXmlQuery: How to evaluate dynamic paths
Saxon has saxon:evaluate() and Mark Logic has xdmp:eval(), but what does
QXmlQuery have?
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailma
Saxon has saxon:evaluate() and Mark Logic has xdmp:eval(), but what does
QXmlQuery have?
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest