Said
6 years agoContributor
How to select nodes matching criteria
Hi all,
Because large number of <c> elements in the response my checks take very long (hours). See simplified respresentation of response below. The actual response has much more elements.
<a>
<...
- 6 years ago
Said: That's what I was afraid of. Unfortunately if you have to calculate each and every value that exists in the /b/c node where E exists, then you have to process every node individually and that is going to take time. I ran into similar problems because, as you stated, the arrays that the statements I provided would be completely and totally out of order and out of sync.
In my experience, there's no good way to do this other than parsing every //b/c node.