Re: [Xsltforms-support] transforms on an instance.
Brought to you by:
alain-couthures
From: Stephen C. <ste...@gm...> - 2012-11-22 22:31:40
|
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/xsl...@li.../msg00331.html but I've used it thus: <xf:setnode ref="instance('xform')" outer="transform(instance('built_schema'),'xslt/generator_1.0.xsl')"/> Cheers On Fri, Nov 23, 2012 at 1:31 AM, Ihe Onwuka <ihe...@gm...> wrote: > 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. > > Also are such transforms XSLT 1.0 or 2.0. I am running XSLTForms from > eXist. > > thanks > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > |