Pickwick has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
today we use XML::Parser wrapped in an own package to work with xml files, which build a data structure of hashes and arrays. This works for simple xml files, but is not very convenient as well. therefore we think of using XPath in the future, the only question is with which library.
It seems there's mainly XML::XPath, which seems pretty old, and XML::LibXML, which needs binary parts. We work with Windows and Linux and with Windows it's sometimes even hard to get DBD::Pg and the needed or provided binary parts running properly.
Which library would you prefer today?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: preferred XPath library in perl
by choroba (Cardinal) on Aug 05, 2010 at 11:08 UTC | |
Re: preferred XPath library in perl
by Pickwick (Beadle) on Aug 05, 2010 at 11:39 UTC | |
by Sinistral (Monsignor) on Aug 05, 2010 at 12:25 UTC | |
Re: preferred XPath library in perl
by grantm (Parson) on Aug 05, 2010 at 22:12 UTC |