org.xml.sax.SAXParseException: cvc-id.2: There are multiple occurrences of ID value报错解决 额, org.xml.sax.SAXParseException: cvc-id.2: There are multiple occurrences of ID value,见名知意,就是id重复了,检查下你的报错的xml文件,把id改了就行。