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

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

2011-12-16 Thread Dan McCreary
William, Thank you for sharing this story. It is always good to hear of knowledgeable people showing the rest of the world "The Declarative Way". I hope your team shares their results with others. - Dan On Fri, Dec 16, 2011 at 3:11 PM, William David Velasquez < will...@bitlab.com.co> wrote: >

[Xsltforms-support] XSLTForms with ASP.NET

2011-12-16 Thread William David Velasquez
Hi XForms fans! I just saved tons of work using XForms instead of WebForms in a .NET project I´m currently working. It's pretty easy to include an XForms in a ASP.NET page using XSLTForms and the asp:Xml Control for a server side transform. This line does the trick: And to process the submi