From: Martin Mares Date: Thu, 19 Feb 2009 16:15:46 +0000 (+0100) Subject: Config parser: Document :reset. X-Git-Tag: holmes-import~61 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=be00d3cb950d2f2894a0f58171160c419b1a5f8b;p=libucw.git Config parser: Document :reset. --- diff --git a/ucw/doc/config.txt b/ucw/doc/config.txt index f912befd..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