I have read Xml File using code given below-
String XmlString = \"\"; String resourcePath=FilePathHelper.getResourceFilePath(request); BufferedRea
Another way would we to do it like this:
XmlString = XmlString.substring(XmlString.indexOf(""))
edit: indexOf() instead of firstIndexOf()