This project is a fork of the HTML-TreeBuilder-XPath.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/HTML-TreeBuilder-XPath.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerjpalecek@web.de
last changeFri, 13 Apr 2012 12:59:07 +0000 (13 14:59 +0200)
content tags
add:
README
HTML-TreeBuilder-XPath 
===================================

Extension to HTML::TreeBuilder that adds an XPath engine to HTML::TreeBuilder

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  HTML::TreeBuilder
  XML::XPathEngine

COPYRIGHT AND LICENCE

Copyright (C) 2006-2011 by Michel Rodriguez

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.
shortlog
2012-04-13 Jiri PalecekMake identical text nodes reference identicalmaster
2012-04-13 Jiri PalecekDelete nonsensical code from element comparison routine
2012-04-13 Jiri PalecekAlways provide identical root
2012-04-13 Jiri PalecekFix the id() function to find elements unrelated to...
2011-09-20 mirodadded repo URL
2011-09-20 mirodeven more cleanup
2011-09-20 mirodmore cleanup
2011-09-20 mirodcleanup
2011-09-20 mirodupdated the README
2011-09-20 mirodfixed problem with comment()
2011-06-19 mirodmake the link to _parent a weakref (https://rt.cpan...
2010-09-29 mirodfixed test to get rod of warnings
2010-09-29 mirodmore tests
2010-09-29 mirodversion 0.11
2009-05-19 miroddescribed previous fix
2009-05-19 mirodAdded extra new line between _END_ and =head1 NAME...
...
heads
12 years ago master