This is still sth. I don't quite get: does the second query take 0.5
or 13 seconds?
So there are 94 child element that are not named "traInfo", but
> Query will return around 94 lacks items.
"lacks"? Two more questions.. What's the total number of child nodes
(try count(/transaction/*)?
> So, I was wondering apart from query change, is there any baseX tuning orThe query profiling results suggest that some additional time is spent
> configuration changes should I do to further improve time from 13 secs.
for checking namespaces. Maybe the following query is slightly faster:
transaction/*[local-name() ne 'traInfo']