tronik.conf

coffee to code

Mendix Advanced Training Course Notes

XPath - What is it?

  • Primary query language
  • OQL is secondary query language
  • Query on hierarchical structures

What is a query?

  • A query is a command to obtain a specific set of data

XPath Locations

Pages

  • Contrain on context
  • Contrain on selectable data

Microflows

  • Constrain on data retrieve

Security

  • Constrain on access rights

XPath Tokens

1
2
3
4
5
6
7
8
9
10
// context
[] grouping of XPath
. separate module or element
/ seperate domain model elements
() grouping of functions
[not(Title ='Introduction Course')]