importer-exporter
importer-exporter copied to clipboard
Add support for XPath's function calls in XML query
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.