Updates.
[pwmd.git] / TODO
blob34470b67e61116f13e016f71e66af48e953cbd34
1 If an element has a TARGET attribute, should following elements be inherited
2 from the target?:
3     
4     list orig
5     BEGIN ...
6     orig element1 element2 a
7     orig element1 element3 a
8     OK
9     attr set target new orig
10     OK
11     list new element1 element2
12     BEGIN ...
13     new element1 element2 a
14     OK
16 XML import? Then write an encrypted data file.