Show
Ignore:
Timestamp:
12/13/06 23:57:14 (2 years ago)
Author:
scorfield
Message:

Fixes #159 by making all top-level entities optional.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fusebox.dtd

    r266 r271  
    22<!-- 
    33Used within the fusebox.xml page to contain the elements that configure the application. 
     4Ticket 159: made all elements optional - but logistically a Fusebox requires at least one circuit. 
    45--> 
    5 <!ELEMENT fusebox (circuits, classes, lexicons, parameters, globalfuseactions, plugins)> 
     6<!ELEMENT fusebox (circuits?, classes?, lexicons?, parameters?, globalfuseactions?, plugins?)> 
    67<!-- 
    78        Specify the circuits in this application.