# Tk-XMLViewer **Repository Path**: mirrors_gitpan/Tk-XMLViewer ## Basic Information - **Project Name**: Tk-XMLViewer - **Description**: Read-only release history for Tk-XMLViewer - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Tk::XMLViewer Module Tk::XMLViewer is an extended Text widget which displays XML data in a hierarchical tree. It's possible to hide parts of the tree. As a bonus method, there is XMLDump, which can dump Tk::Text data to XML (this method is still imperfect). To install, type $ perl Makefile.PL $ make $ make test $ make demo $ make install Additional requirements: XML-Parser and, of course, the Perl/Tk distribution. To automatically install these modules, use the prereqinst script: $ perl prereqinst.pl To install with ActiveState Perl type $ perl Makefile.PL $ nmake $ nmake test $ nmake demo $ nmake install If there are modules missing use the prereqinst script with the -ppm option: $ perl prereqinst.pl -ppm Also included is a standalone program for viewing XML files: tkxmlview. Send bug reports, patches, comments and suggestions to slaven@rezic.de