[Xsltforms-support] Slow bind
Brought to you by:
alain-couthures
From: Mark S. <m_s...@ma...> - 2016-01-21 11:10:24
|
Hi there, I am using bind to carry out a simple code conversion. The bind looks like this: <xf:bind ref="instance(‘x')/featureMember/item/code" value="id(string(current()/../itemUID), instance(‘y'))/value[3]/code/@href”/> I find that the bind really slows form loading time and form performance. The bind takes 3 seconds in a very small form and more than 20 seconds in the real form. There are about 360 records in each instance. Does anyone have any suggestions as to how I could improve performance? I have no control over the XML structures. Best wishes Mark |