=head1 NAME GvaScript.Repeat - Support for repeated sections =head1 SYNOPSIS

Foo #{foo.count}

This is the repeated foo section
Item #{bar.count}
implements a mechanism for repeated elements within an HTML page. The main use is within forms, for dynamic expansion of subforms, so it is quite likely that you will want to use the L API instead of calling the present module directly. However, the repeat mechanism will work for any kind of HTML element. The design is partially inspired by the C proposal (L), but is not an attempt to implement the proposed specification: there are some differences both in syntax and in semantics. =head2 Terminology At initialization stage, the DOM is inspected for finding I (elements having a C attribute). These elements are removed from the DOM and replaced by I (empty DOM elements, just marking where the repetition blocks should be inserted). Each placeholder stores a I