Streaming XPath evaluation

后端 未结 7 1390
萌比男神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:47

    Though I have no practical experience with it, I thought it is worth mentioning QuiXProc ( http://code.google.com/p/quixproc/ ). It is a streaming approach to XProc, and uses libraries that provide streaming support for XPath amongst others..

提交回复
热议问题