Itwouldbeniceif you could use CSS to style the background of repeat items yellow if they are "selected" in the data using some magical CSS XPath selector: <style type="text/css"> repeat.lines::repeat-item[xpath(boolean-from-string(instance()/lines/lin e/@selected))] { background-color: yellow; } ... </style> <repeat class="lines" nodeset="lines/line"> <input ref="@selected"> <label class="columnHeader">X</label> </input> <output ref="date"> <label class="columnHeader">Date</label> </output> <output ref="name"> <label class="columnHeader">Name</label> </output> </repeat>Received on Thursday, 30 November 2006 23:37:31 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:37:54 UTC