mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-17 08:56:47 +01:00
re-enable XML validation in TMXMapReader and update package script to copy resources recursively
This commit is contained in:
@@ -821,8 +821,6 @@ public class TMXMapReader
|
||||
factory.setIgnoringComments(true);
|
||||
factory.setIgnoringElementContentWhitespace(true);
|
||||
factory.setExpandEntityReferences(false);
|
||||
factory.setValidating(false);
|
||||
factory.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);
|
||||
DocumentBuilder builder = factory.newDocumentBuilder();
|
||||
builder.setEntityResolver(entityResolver);
|
||||
InputSource insrc = new InputSource(in);
|
||||
|
||||
Reference in New Issue
Block a user