1 If an element has a TARGET attribute, should following elements be inherited
6 orig element1 element2 a
7 orig element1 element3 a
9 attr set target new orig
11 list new element1 element2
13 new element1 element2 a
16 Make sure the default DTD is set when importing.
18 Use XPath from libxml2?
20 Add a FILTER command to filter what is returned with the LIST or GET commands.
21 Possibly a regular expression. For example:
23 FILTER element_path ^created_by$ ^elinks$
25 FILTER ^created_by$ ^elinks$
27 FILTER ^some.*url[0-9]*$
35 The second argument is an element path if given, second is an optional
36 attribute expression to match and the last is the pattern. This can speed up
37 clients quite a bit as the number of required commands can be reduced.