$Id: Changes,v 1.12 2003/09/22 08:02:26 m_ilya Exp $
Revision history for Perl module XML::LibXML::XPathContext.
0.05 Mon Sep 22 2003
* lookupNs() method added
0.04 Wed May 21 2003
* Fixed Mac OS X compatibility problems. Now this module should work
on this platform.
* Fixed a bug which caused a segfault. Thanks to Steve Hay for the
bug report.
0.03 Thu May 1 2003
* Added optional $context_node argument to findnodes(), find(), and
findvalue() to simplify temporarily setting the context node.
* Fixed bugs in new(), setContextNode(), and register* causing loosing
stored context data passed from a variable if the variable itself gets
changed
0.02 Fri Apr 4 2003
* Added missing include xpathInternals.h what fixes problems with
float numbers used in xpath expressions on platforms where PV is not
defined as double.
* XML::LibXML::XPathContext objects can be created without specifying
a current node now. I.e. new()'s parameter $node is optional now.
0.01 Thu Mar 27 2003
* First version based on XML::LibXML and XML::XSLT code.