XML-Filter-RemoveEmpty Removes tags which contain neither character data nor descendants containing character data. Considers whitespace meaningless by default and trims it, but can preserve it; defaults to removing comments, but this can also be changed. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc XML::Filter::RemoveEmpty You can also look for information at: Search CPAN http://search.cpan.org/dist/XML-Filter-RemoveEmpty CPAN Request Tracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-Filter-RemoveEmpty AnnoCPAN, annotated CPAN documentation: http://annocpan.org/dist/XML-Filter-RemoveEmpty CPAN Ratings: http://cpanratings.perl.org/d/XML-Filter-RemoveEmpty COPYRIGHT AND LICENCE Copyright (C) 2006 Darren Kulp This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.