Added '--global-panic' commandline arg

This commit is contained in:
Vhati 2013-09-15 01:31:48 -04:00
parent 60971d4abe
commit 2bf3860cbc
8 changed files with 49 additions and 10 deletions

View file

@ -373,6 +373,7 @@ public class ModXMLSandbox extends JFrame implements ActionListener {
Document appendDoc = ModUtilities.parseStrictOrSloppyXML( appendText, "Sandbox Append XML" );
XMLPatcher patcher = new XMLPatcher();
patcher.setGlobalPanic( false );
Document resultDoc = patcher.patch( mainDoc, appendDoc );
StringWriter writer = new StringWriter();