final Element locEle = (Element) doc2
.selectSingleNode("/ob:Openbravo/Location[id='"
+ locationId + "']");
postal = locEle.elementText("postal");
address1 = locEle.elementText("address1");
address2 = locEle.elementText("address2");
city = locEle.elementText("cityName");
region = locEle.element("region").attributeValue("identifier");
country = locEle.element("country")
.attributeValue("identifier");