Efficient Parser for large XMLs

后端 未结 4 1972
迷失自我
迷失自我 2021-01-15 06:48

I have very large XML files to process. I want to convert them to readable PDFs with colors, borders, images, tables and fonts. I don\'t have a lot of resources in my machin

4条回答
  •  星月不相逢
    2021-01-15 07:08

    SAX is very good parser but it is outdated.

    Recently Oracle have launched new Parser to parse the xml files efficiently called Stax

    *http://docs.oracle.com/cd/E17802_01/webservices/webservices/docs/1.6/tutorial/doc/SJSXP2.html*

    Attached link will also shows comparisons of all parsers along with memory utilization and its features.

    Thanks, Pavan

提交回复
热议问题