DrHyde / perl-modules-XML-Tiny-DOM

XML::Tiny::DOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This module is a minimalist parser for the useful bits of XML.  It has
no dependencies other than those supplied with perl, and is designed
to work on perl 5.004 and higher.  

To install, do the usual dance:

    perl Makefile.PL
    make
    make test
    make install

About

XML::Tiny::DOM


Languages

Language:Perl 100.0%