The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
DESCRIPTION

  XML::Filter::NSNormalise - SAX filter to normalise namespace prefixes
 
  This module is a SAX (version 2) filter which 'normalises' the namespace
  prefixes used on elements and attributes.  See the module POD for more
  details.


PREREQUISITES

  Requires XML::SAX


INSTALLATION

  To install this module type the following:

     perl Makefile.PL
     make
     make test
     make install


COPYRIGHT AND LICENCE

  Copyright 2002 Grant McLean <grantm@cpan.org>

  This library is free software; you can redistribute it and/or modify
  it under the same terms as Perl itself.