X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdoc%2Fconfig.txt;h=7bf6369133dea6362e5d97e1b53ca80afc3754fa;hb=f501fcf311379b78506474478a17d82382b753e4;hp=4e036cad147a26ce7e755e32ed99602c5f9ab4a3;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/doc/config.txt b/ucw/doc/config.txt index 4e036cad..7bf63691 100644 --- a/ucw/doc/config.txt +++ b/ucw/doc/config.txt @@ -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 @@ -129,7 +130,8 @@ or specify the new values using the shorter one-line syntax. The commands :clear, :append, and :prepend are also supported by var-length arrays. The command :clear can also be used on string values. The following -operations can be used on bitmaps: :set, :remove, :clear, and :all. +operations can be used on bitmaps: :set (which is equal to :append and :prepend), +:remove, :clear, and :all (set all bits). [[include]] Including other files