XPath query

0
Good morning. I don t know what is the version of XPath that Mendix used, but is it possible to upgrade the functionalities that there are offered ? Per example, it s not possible to execute a IN query... [EBCC.Employee_BPoffice/EBCC.BPSyncOffice/OfficeID in ($BPSyncOfficeList)] Thanks a lot.  
asked
3 answers
1

The xpath language in Mendix is a language inspired by the xpath standard for xml, but not trying to implement to official standard. Xpath in Mendix is translated into OQL so it can be used for relation data in your database. This is unique to the Mendix xpath implementation and means that we cannot rely on an existing xpath library, and cannot easily upgrade it.

We can add useful constructs from the xpath standard if they make sense for database data. Your example would make a good additional, i'll add it as a possible improvement on our roadmap.

answered
0

You should upvote this idea, as it's a feature request.

answered
0

 

in the same vein, there is also the problem of apostrophes. The escape character is not supported by XPath in the current version of Mendix.

answered