eq, lt, etc.) are designed for comparing single values (i.e. sequences of one value each). The general comparison operators (=, <, etc.) are designed for comparing sequences of more than one value.HelloCould someone explain me why this woks//country[@population = max(//@population)]/nameWhereas this does not//country[@population eq max(//@population)]/nameThanks in advanceLeo