Changeset 131 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/ScriptIncident.java


Ignore:
Timestamp:
10/23/2017 09:49:43 AM (9 years ago)
Author:
bmcguffin
Message:

DTD file for XML writing is now internal, so script.dtd file is no longer necessary. XML files are now readable on their own.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/structures/ScriptIncident.java

    r122 r131  
    282282    { 
    283283        String output = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n"; 
    284         output += "<!DOCTYPE TMC_SCRIPT SYSTEM \"script.dtd\">\n"; 
     284        output += XMLWriter.internalDTD(); 
    285285        output += XMLWriter.openTag(ELEMENT.TMC_SCRIPT.tag + " title=\"" + this.script.title + "\""); 
    286286 
Note: See TracChangeset for help on using the changeset viewer.