Evaluating XPath Expresssions

XPath Result of XPath Evaluation
distinct-values((2, 2, 3, 4, 1, 4, 2, 6, 3, 9))
2
3
4
1
6
9