Show
Ignore:
Timestamp:
11/06/06 15:14:58 (2 years ago)
Author:
scorfield
Message:

Addresses #139 by adding a new attribute, relative=, to the <circuit> declaration in fusebox.xml and,
in strict mode, validating path= and throwing an exception if it is "/absolute/" rather than "relative/".
The default behavior is compatibile with Fusebox 5.0.0 and earlier releases.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fusebox.dtd

    r133 r266  
    1313        path CDATA #REQUIRED 
    1414        parent CDATA #IMPLIED 
     15        relative (true | false) "true" 
    1516> 
    1617<!--