Reading Huge XML File using StAX and XPath

前端 未结 7 1934
轮回少年
轮回少年 2020-12-31 11:35

The input file contains thousands of transactions in XML format which is around 10GB of size. The requirement is to pick each transaction XML based on the user input and sen

7条回答
  •  傲寒
    傲寒 (楼主)
    2020-12-31 12:12

    Streaming Transformations for XML (STX) might be what you need.

提交回复
热议问题