Re: [Xsltforms-support] transforms on an instance.
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2012-11-22 21:24:11
|
Hello Ihe, > I need to do transformations, both pre and post on data in my XForms > instance. Actually I could transform before loading but I need to > transform after the user edits the XForm as well. > > I've come across bits and bobs suggesting you can load a stylesheet > into an instance. Could somebody direct me to where I can get more > info on how to accomplish this. Have a look at http://www.agencexml.com/xsltforms/survey.xml This is a new example I just added to demonstrate CSV submission with XSLT preprocessing. > > Also are such transforms XSLT 1.0 or 2.0. I am running XSLTForms from eXist. Because the XSLT engine is the one of the browser, this is XSLT 1.0. Thank you for you feedbacks! -Alain |