[Xsltforms-support] Calculation depends on the order of binds -- is it how it was meant to be?
Brought to you by:
alain-couthures
From: Ivan P. <ipo...@ma...> - 2011-01-16 17:07:49
|
5. Calculation depends on the order of binds. It's OK if this behavior is going to remain the same. But I'm afraid, it might fail some day. The model is <fs:schema><fs:test1/><fs:test2/><fs:test3/></fs:schema> this works <xf:bind nodeset= "/fs:schema/fs:test2" calculate = "/fs:schema/fs:test1"/> <xf:bind nodeset= "/fs:schema/fs:test3" calculate = "/fs:schema/fs:test2"/> this doesn't work <xf:bind nodeset= "/fs:schema/fs:test3" calculate = "/fs:schema/fs:test2"/> <xf:bind nodeset= "/fs:schema/fs:test2" calculate = "/fs:schema/fs:test1"/> Regards, Ivan Ponomarev |