Changes between Version 16 and Version 17 of ScriptBuilderTasks


Ignore:
Timestamp:
01/31/2020 12:12:19 PM (6 years ago)
Author:
jdalbey
Comment:

add ref

Legend:

Unmodified
Added
Removed
Modified
  • ScriptBuilderTasks

    v16 v17  
    44Get UI feedback from Neil. 
    55 
    6 (1) The generated DTD in `scriptbuilder.structures.XMLWriter` doesn't match the `script.dtd` file in Scenarios folder. (John?)  Ref: [https://www.tutorialspoint.com/dtd/index.htm DTD Tutorial] 
     6(1) The generated DTD in `scriptbuilder.structures.XMLWriter` doesn't match the `script.dtd` file in Scenarios folder. (John?)  Ref: [https://www.tutorialspoint.com/dtd/index.htm DTD Tutorial]  Ref: [https://www.truugo.com/xml_validator/ online validate xml with embedded DTD] 
    77 
    88(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.