The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension XML::DOM::XPath.

$Id: Changes,v 1.4 2004/12/18 10:13:47 mrodrigu Exp $

0.07

  -  fixed a bug which prevented calling XPath methods on an 
     XML::DOM::Document before the parse (RT #8977) found by 
     Ben Hsing

  
0.06
  - fixed a bug in that prevented toString to work on a document
    (RT #8167) found by Ben Hsing

0.05
  - fixed a bug in getAttributes, when an element does not have an 
    attribute. Thanks to Harry Moreau for the bug report and the
    patch.

0.04
  - fixed docs

0.02 
  - added namespace support

0.01  Thu Dec  4 14:53:15 2003
	- original version; created by h2xs 1.22 with options
		-A -X -nXML::DOM::XPath --use-new-tests --skip-exporter --skip-autoloader