importer-exporter icon indicating copy to clipboard operation
importer-exporter copied to clipboard

Add support for XPath's function calls in XML query

Open yaozhihang opened this issue 2 years ago • 0 comments

Currently, the XPath's function call e.g. count is not supported in XML query expression and the query like "Find all buildings having at least four wall surfaces" cannot be expressed. We could use the generic SQL query as a fallback, but it would be nice to have the support of XPath's function calls.

yaozhihang avatar Oct 25 '21 11:10 yaozhihang