OpenClinica / enketo-oc

OpenClinica's fork of the Enketo web forms monorepo
Apache License 2.0
0 stars 1 forks source link

performance of large external XML data #175

Open MartijnR opened 5 years ago

MartijnR commented 5 years ago

explore adding 2 custom XPath functions

MartijnR commented 5 years ago

consider serializing a node result and parsing that XML string again

MartijnR commented 5 years ago

Also, it looks like the JS evaluator is used instead of the native evaluator. That is possibly caused by using position() in the expression