Re: xf:select to store as many elements as values selected
"Steven Pemberton" <[email protected]> Mon, 24 Feb 2014 18:35:13 +0100
| Newsgroups | gmane.comp.web.xforms |
|---|---|
| Organization | CWI, Amsterdam |
| Message-ID | <op.xbsq4zwksmjzpq@steven-ux21a> |
I treat this case in my XForms tutorial here: http://www.w3.org/MarkUp/Forms/2010/xforms11-for-html-authors/part2.html#Selecting Best wishes, Steven Pemberton On Thu, 20 Feb 2014 16:28:52 +0100, Jean-Baptiste Pressac <[email protected]> wrote: > Hello, > An xf:select enable to get multiple values like for the olac:code > attribute in the following example : > > <dc:subject xsi:type="olac:linguistic-field" olac:code="dialogue > narrative singing"/> > > But is there a way to store the following data instead : > > <dc:subject xsi:type="olac:linguistic-field" olac:code="dialogue "/> > <dc:subject xsi:type="olac:linguistic-field" olac:code="narrative"/> > <dc:subject xsi:type="olac:linguistic-field" olac:code="singing"/> > > Thanks,