问题描述
我尝试了许多 Perl XML 解析器.我对 Sablotron Parser 非常感兴趣,但是在 Windows 机器上安装它是如此痛苦.目前我已经开始使用 XML::LibXML 和 XML::LibXSLT 两者似乎都能满足我的需求.
I have tried many of the Perl XML Parsers. I was quite interested in the Sablotron Parser, but it is such a pain to install on a Windows box. Currently I have started using XML::LibXML and XML::LibXSLT both of which seem to do everything I need.
它们似乎也很标准.还有比这更好的 XML 解析器吗?
They seem to be quite standard as well. Are there any better XML Parsers to use than this?
推荐答案
我认为您使用的方案相当不错.XML::LibXML、Matt Sergeant 和 Christian Glahn 的 Perl 接口到 Daniel Velliard 的 libxml2 是我所知道的速度更快的 XML 解析器之一.
I think you are using a pretty good one. XML::LibXML, Matt Sergeant and Christian Glahn's Perl interface to Daniel Velliard's libxml2 is one of the faster XML Parsers that I know of.
这篇关于Perl 最好的 XML 解析器是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!