Re: [Xsltforms-support] Xsltforms-support Digest, Vol 31, Issue 8

2011-12-19 Thread srividhya
Alain,    Is it possible to do the validation through some libraries or API's for form data or xml data at server side without using XMLSchema or XForms bind controls.. N. Srividhya OTC, N. I. C, Chennai On 12/17/11, xsltforms-support-requ...@lists.sourceforge.net wrote: > Send Xsltforms-

Re: [Xsltforms-support] xforms:repeat / tr / br

2011-12-19 Thread Alain Couthures
Hi Steve, * being doubled occurs in some browsers when they apply the XSLT stylesheet themselves. I suggest you to use 2 DIV elements instead as a workaround. * Opera latest version is replacing @ev:event with @ev:actiontype in the XForms document (unbelievable!) so I added @ev:action

Re: [Xsltforms-support] XSLTForms with ASP.NET

2011-12-19 Thread Alain Couthures
Hi William, I have added 'type="button"' to each generated button element and I hope that it will ease XSLTForms use with ASP.Net. It would be great if there was a section in the XSLTForms WikiBook (http://en.wikibooks.org/wiki/XSLTForms) about ASP.Net! Thanks! -Alain Le 16/12/2011 22:11, Wi