I have generated an xml file from an excel data base and it contains automatically an element called \"offset\". To make my new file match my needs, I want to remov
offset
String xml = "2Baseline2 desctiption value1value2value3value4value5"; xml = xml.replaceAll("", ""); System.out.println(xml);