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.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.2 2000/01/26 18:21:05 matt Exp $