Re: [Xsltforms-support] XSLTForms on smartphone
Brought to you by:
alain-couthures
From: Bala K. <ba...@ec...> - 2011-11-27 04:12:27
|
Thanks for replying, Santosh. The issue is - The 'precompiled' version seems ok with 'static' forms, however long. But we have forms with varying numbers of (nested) repeats in the data set, and the compiled version did not seem to adjust for it, as might be expected. Perhaps I am missing something. *--* Best Regards,* * * Bala Krishnamurthy* On Sun, Nov 27, 2011 at 9:09 AM, Santosh Chandak <san...@gm...>wrote: > Hello Bala, > > You don't really need to apply the xsltforms transform at runtime. You can > transform the form beforehand to HTML result and directly use it, that way > your application will not spend any time in transformation and will be much > faster. > > Regards, > Santosh > > > On Sat, Nov 26, 2011 at 7:31 PM, Bala Krishnamurthy <ba...@ec...>wrote: > >> I got it to work. I played around with path settings for the js and css >> includes in the xsltforms.xsl as well as my own xforms >> >> But the performance seems the same though, with PHP doing the xsl >> transform on the server. >> >> *--* >> Best Regards,* >> * >> * Bala Krishnamurthy* >> >> >> > |