Re: [Xsltforms-support] Select1 box: What is the reason for the delay?
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2013-03-13 21:13:32
|
Yes, currently, there is no optimization for // in XSLTForms. It means that each and every nodes in the subtree are tested. Using the id() function, when possible, can be very useful too. -Alain Le 13/03/2013 22:02, peter winstanley a écrit : > Hello Alain > > Thanks you for our kind suggestions.... so is // much more > computationally intensive than using the full path in an XPath expression? > > Regards > > Peter > |