Description
We have some large xml data(more than 1000 <item>s) but we only need the first 20. Is it possible to limit the number of <item>s to parse so that it will only return the first 20. This will save 80% of our computation time.
Input
Code
Output
expected data
- Only first 20 s in xml data
Would you like to work on this issue?
Bookmark this repository for further updates.
Description
We have some large xml data(more than 1000
<item>s) but we only need the first 20. Is it possible to limit the number of<item>s to parse so that it will only return the first 20. This will save 80% of our computation time.Input
Code
Output
expected data
Would you like to work on this issue?
Bookmark this repository for further updates.