Updates.
[pwmd.git] / TODO
blob26415f6f3b63c642cb670152a0b2acc406d6fa46
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 Make sure the default DTD is set when importing.
18 Use XPath from libxml2?