- Timestamp:
- 2023-03-31T11:11:28+13:00 (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSDocumentModel.java
r37177 r37596 2048 2048 { 2049 2049 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); 2050 // ignore the dtd 2051 dbf.setFeature("http://xml.org/sax/features/validation", false); 2052 dbf.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false); 2050 2053 DocumentBuilder db = dbf.newDocumentBuilder(); 2051 2054 docXML = db.parse(docFile);
Note:
See TracChangeset
for help on using the changeset viewer.