Xacobeo ================ This CPAN package provides a simple GUI for building and running XPath queries. It consists of a graphical user interface which shows the content of an XML document and allows the user to write and execute arbitrary XPath queries. Once a query has been executed it's results are displayed in the application. The main goal of this program is to provide a view of the XML document as an XML parser sees it. Thus, each element and attribute is prefixed with a namespaces if it uses one, no matter if in the original document it was declared with a default namespace. The program registers automatically the namespaces declared in the document. This allows the XPath expressions to use namespaces automatically without any configuration. INSTALLATION To install this module type the following: perl Build.PL ./Build ./Build test ./Build install DEPENDENCIES This module depends on the following CPAN modules: Pod::Usage Getopt::Long Glib Gtk2 Gtk2::GladeXML Time::HiRes XML::LibXML Class::Accessor::Fast File::Spec::Functions FindBin Carp Exporter DynaLoader Data::Dumper Gtk2::SourceView Locale::TextDomain PROJECT The project is hosted on Google Code (http://xacobeo.googlecode.com/) which provides the latest source code (SVN trunk) and a simple bug tracking. Although Google Code provides a download facility, the project's source code bundles will always be published through CPAN. It's easier this way for the project and after all this is a Perl project! BUGS Please when possible try to submit the bugs through the Google Code Issue Tracker (http://code.google.com/p/xacobeo/issues/list) otherwise simply create a ticket through RT. COPYRIGHT AND LICENCE Copyright (C) 2008 by Emmanuel 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.8 or, at your option, any later version of Perl 5 you may have available.