Re: [Xsltforms-support] transforms on an instance.

2012-11-22 Thread Stephen Cameron
Hi Ihe, There is also an non-standard 'setnode' XPath action that is useful in this scenario. there is an example form here: http://www.mail-archive.com/xsltforms-support@lists.sourceforge.net/msg00331.html but I've used it thus: Cheers On Fri, Nov 23, 2012 at 1:31 AM, Ihe Onwuka wrote: >

Re: [Xsltforms-support] transforms on an instance.

2012-11-22 Thread Alain Couthures
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

[Xsltforms-support] transforms on an instance.

2012-11-22 Thread Ihe Onwuka
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