Changeset 206 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/SimulationScript.java
- Timestamp:
- 02/03/2020 04:01:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/SimulationScript.java
r203 r206 353 353 354 354 } 355 356 357 } 355 } 356 358 357 @Override 359 358 public String toXML() 360 359 { 361 360 ArrayList<TimeSlice> slices = arrangeAllSlices(); 362 String output = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n"; 363 output += XMLBuilder.externalDTD(); 361 String output = ""; 364 362 output += XMLBuilder.openTag(ELEMENT.TMC_SCRIPT.tag + " title=\"" + this.title + "\""); 365 363
Note: See TracChangeset
for help on using the changeset viewer.
