Efficient Parser for large XMLs

后端 未结 4 1969
迷失自我
迷失自我 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:13

    Not sure if you're interested in using Perl, but if you're open to it, the following are all good options: LibXML, LibXSLT and XML-Twig, which is good for files too large to fit in memory (so is LibXML::Reader). Of course as SAX is there, but it can be slow. Most people recommend the first two options. Finally, CPAN is an amazing source with a very active community.

提交回复
热议问题