Hello
Could someone explain me why this woks
//
country
[
@population
=
max
(
//
@population
)]
/
name
Whereas this does not
//
country
[
@population
eq
max
(
//
@population
)]
/
name
Thanks in advance
Leo