]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/config.txt
XTypes: Added support to configuration and option parser.
[libucw.git] / ucw / doc / config.txt
index f912befd7c58d6678a3067672c3b774e5008e1df..52598016236f22e60ad736fb4f21652f6601f0bb 100644 (file)
@@ -121,6 +121,7 @@ the name of the operation.  The following operations are supported:
   List:after { attr1=search1 } { ... } # insert a node after a found node
   List:before { attr1=search1 } { ... }        # insert a node before a found node
   List:copy { attr1=search1 } { ... }  # duplicate a node and edit the copy
+  List:reset { attr=value1; ... }      # equivalent to :clear and :append
 
 You can specify several attributes in the search condition and the nodes
 are tested for equality in all these attributes.  In the editing
@@ -138,7 +139,11 @@ Including other files
 
 To include another file, use the command
 
-  include another/file
+  Include another/file
+
+or if the file needs not to exist
+
+  OptionalInclude another/file
 
 (Beware that this command has to be the last one on the line.)