Streaming XPath evaluation

后端 未结 7 1387
萌比男神i
萌比男神i 2020-12-13 21:06

Are there any production-ready libraries for streaming XPath expressions evaluation against provided xml-document? My investigations show that most of existing solutions loa

相关标签:
7条回答
  • 2020-12-13 21:53

    FWIW, I've used Nux streaming filter xpath queries against very large (>3GB) files, and it's both worked flawlessly and used very little memory. My use case is been slightly different (not validation centric), but I'd highly encourage you to give it a shot with Nux.

    0 讨论(0)
提交回复
热议问题