xml_import(): call xmlFreeDoc().
[pwmd.git] / TODO
blob665e429f78c3c0bb5589075f7c4a61b0fb17520b
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.