Hi, We use
Method 1: XmlOptions options = new XmlOptions(); options.setLoadUseXMLReader(SAXParserFactory.newInstance().newSAXParser().getXMLReader()); XmlObject.Factory.parse(str, options); As well as Method 2: XmlObject.Factory.parse(str); We changed from jdom 1.1.3 to jdom2 and it seems that method 1 is picking up the change and gets affected but not method 2. Which parser is then used for method 2? Br, //mike