What's the best XML parser for Perl?

后端 未结 8 949
星月不相逢
星月不相逢 2020-12-01 07:29

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 usin

8条回答
  •  既然无缘
    2020-12-01 08:04

    In my experience XML::Simple is best for quick and dirty parsing of XML. We use it for parsing data from third parties that do not always conform to the XML standard. XML::Simple throws informative errors and gets you up an running extremely quickly.

提交回复
热议问题