28 Mar
2014
28 Mar
'14
11:42 a.m.
On 28/03/14 15:00, John Dennis wrote:
On 03/28/2014 10:36 AM, Arran Cudbard-Bell wrote:
Anyone know any advantages to using libxml2 over expat or vice versa?
In the projects I've been involved with we use libxml2. It's powerful, robust, well supported and widely used. It's support for xpath and namespaces are essential features in many projects.
+1 - the xpath stuff (normally accessed via lxml in my case) is first-rate in libxml2.