XML::LibXML provides a Perl interface to libxml2, providing XML and HTML parsers with DOM, SAX, and XMLReader interfaces, a large subset of the DOM Layer 3 interface, and an XML::XPath-like interface to the XPath API of libxml2
| Tags | XML HTML Parsers Perl xpath |
|---|---|
| Licenses | GPL Artistic Perl |
| Operating Systems | POSIX Linux Windows Unix Mac OS X |
| Implementation | Perl ExtUtils-MakeMaker libxml2 |
Recent releases


Release Notes: This release converts library detection to Devel::CheckLib and subsequent releases, and fixes some bugs in setup.


Release Notes: This release fixes CLANG warnings. It fixes tests and run-time errors when Hash::FieldHash is installed. Some spelling fixes. The scripts/tag-release.pl script has been added to tag a release. NodeList::item() is now 0-based (per the spec) instead of 1-based. There is a patch for a potential NULL dereference in xpath.c.


Release Notes: A crash on 64-bit big endian systems was fixed. The overloading of elements to Perl values was corrected.