[Xsltforms-support] Performance issue
Brought to you by:
alain-couthures
From: Ihe O. <ihe...@go...> - 2012-07-10 12:11:32
|
Thanks to some sterling persistent assistance from Steve Cameron, we have isolated the cause of the terrible performance of my XFORM (taking about 4 minutes to load). I was referencing wildcarded namespaces as in *:element in instance() and Xpath commands because I wanted to process elements irrespective of the namespace they were in (and I still would like to do that). Steve persuaded me to try the XForm by specifying the namespace (there is only one but I want the code to be namespace independent) and the load time came down to about 20 secs which is quite tolerable. |