The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::XPath - An XPath parser and resolver

DESCRIPTION

This module implements the W3C's XPath specification. It aims to be completely correct to the letter of the spec, and yet still allow extensions through the use of functions and variables, such as are provided by XSLT and XPointer.

Changes

0.16

There were a few uploads to CPAN where I didn't add to these changes...

Basically the module is a whole lot more robust. Fixed lots of bugs. Added lots of docs. Tested it more. Finished implementing the operators. Reduced it's memory usage. Added dispose and cleanup methods to remove circular refs.

0.10

Upload to CPAN More docs

0.09

Lots of fixes and changes.

Most functions implemented Attributes and Namespaces now done (mostly right). Added some documentation *** Added PerlSAX event generator *** Lots of as_string fixes Allow id(...) in LocationPaths (even though spec seems to disagree).

0.08

Some functions and operators implemented

0.07

This is the first public release

$Id: README,v 1.3 2000/02/28 10:40:02 matt Exp $