Changes between Version 11 and Version 12 of ScriptBuilderTasks


Ignore:
Timestamp:
01/29/2020 04:37:46 AM (6 years ago)
Author:
jdalbey
Comment:

add color item

Legend:

Unmodified
Added
Removed
Modified
  • ScriptBuilderTasks

    v11 v12  
    55 
    66(1) The generated DTD in `scriptbuilder.structures.XMLWriter` doesn't match the `script.dtd` file in Scenarios folder. (John?) 
     7 
     8(3) Instead of writing a `COLOR` tag with every script event, since the color is the same for every event in an Incident, just output the color information as part of the Incident info, perhaps a new attribute of `GENERAL_INFO` tag. 
    79 
    810(3) When outputting XML, prettify the formatting. [http://www.topjavatutorial.com/java/java-programs/pretty-print-xml-java/ See example].