Tk::XMLTree - An XML tree widget

MODULE HAS MOVED

Tk::XMLTree has moved to Tk::Tree::XML and will be removed.

DESCRIPTION

Tk::XMLTree graphically displays the tree structure of XML documents loaded 
from either an XML file or an XML string. 

Tk::XMLTree enables Perl/Tk applications with a widget that allows visual 
representation and interaction with XML document trees. 

Target applications may include XML viewers, editors and the like. 

VERSION

Tk::XMLTree version 0.03.

USER VISIBLE CHANGES SINCE LAST RELEASE

N/A.

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 Tk::XMLTree

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Tk-XMLTree

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Tk-XMLTree

    CPAN Ratings
        http://cpanratings.perl.org/d/Tk-XMLTree

    Search CPAN
        http://search.cpan.org/dist/Tk-XMLTree

COPYRIGHT AND LICENCE

Copyright (c) 2008 José Santos. All rights reserved.

This program is free software. It can redistributed and/or modified under the 
same terms as Perl itself.
