$Id: Changes,v 1.8 2003/04/30 20:24:24 m_ilya Exp $
Revision history for Perl module XML::LibXML::XPathContext.
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.