Re: [Xsltforms-support] Copy element didnt worked in xsltforms
Brought to you by:
alain-couthures
From: Leigh L K. Jr <lei...@xe...> - 2011-02-09 00:38:04
|
On 01/25/2011 01:24 AM, srinivasan krishnamoorthy wrote: > > Hi, > > Here i used *copy element *with in multiple selection control. > Initially am checked this in xforms it working properly. when am > checked same query with xsltforms multiple option not working > properly..... > > i ll give you my xforms code will you try this with eXistdb and > convert into xsltforms(i need .xq format) and send me solution ..... > > > -- > - yours > > *Srinivasan Krishnamoorthy* > I believe select/itemset/copy is not implemented in xsltforms. I don't know if Alain has plans. There's well-specified semantics for it. - when a value becomes de-selected, the matching value is removed as if with delete. - when a value becomes selected, the value is inserted as if with insert. - other values in the select/@ref node children are not touched. Leigh. |