Hi All how can i know the number of children in an element or in the root. (without using getChildren as list, then use list.size()) and can i reference an element by it's index/number without giving the name: something like elem.getchild(0) will bring me the first child in the elem element thanks