Hi! i used List lElms = doc.getRootElement().getChildren() well, a silly question, how can i sort a List of Elements (lElms) into ascending order? Collections.sort(List) throws a exception... any idea??