Hi! This doesn´t work: List list = doc.getRootElement().getChildren("child"); it just returns the element with local name "child" but this does: List list = doc.getRootElement().getChild("child").getChildren(); Anybody noticed this problem? Mark Wilson WILSONCOM.