Re: [Xsltforms-support] XForm control support
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-02-02 20:45:00
|
Hi Dimuthu, > 1. Tab control - Is there a way to organize content in such a way > that user would see as they are content Tabs? > xf:switch and xf:toggle can be use to loook like tabs. > 2. Selectable list control - It should be a list where one can select > an item. (Like HTML <select> tag) > xf:select and xf:select1 are supported > 3. xforms:upload - Upload control to browse and add an image data into > XML (I saw the test fails for upload control. But is there any > workaround? ) > xf:upload is not yet supported (a server trick is required to fully implement it in XSLTForms) > 4. xforms:group - Can't we use this group element for a list. (But I > don't see it render as a list ) > xf:group is to change context and treat bubbling events. xf:repeat is there to render a set. > 5. Can we integrate XSLTForm with a XML schema to validate XML ? If > so. can you please show me an example. > XML Schema support in XSLTForms is still incomplete... -Alain |