Linux SoftwareProgrammingLibrariesXML::Grove 0.46 Alpha

XML::Grove 0.46 Alpha


XML::Grove is a Perl module with Perl-style XML objects. SYNOPSIS use XML::Grove; # Basic parsing and grove building use
Developer:   Ken MacLeod
      more software by author →
Price:  0.00
License:   GPL (GNU General Public License)
File size:   26K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


XML::Grove is a Perl module with Perl-style XML objects.

SYNOPSIS

use XML::Grove;

# Basic parsing and grove building
use XML::Grove::Builder;
use XML::Parser::PerlSAX;
$grove_builder = XML::Grove::Builder->new;
$parser = XML::Parser::PerlSAX->new ( Handler => $grove_builder );
$document = $parser->parse ( Source => { SystemId => 'filename' } );

# Creating new objects
$document = XML::Grove::Document->new ( Contents => [ ] );
$element = XML::Grove::Element->new ( Name => 'tag',
Attributes => { },
Contents => [ ] );

# Accessing XML objects
$tag_name = $element->{Name};
$contents = $element->{Contents};
$parent = $element->{Parent};
$characters->{Data} = 'XML is fun!';

XML::Grove is a tree-based object model for accessing the information set of parsed or stored XML, HTML, or SGML instances. XML::Grove objects are Perl hashes and arrays where you access the properties of the objects using normal Perl syntax:

$text = $characters->{Data};

Requirements:
  • Perl
    tags xml grove  grove builder  use xml  characters {data}  contents element  xml parser  xml objects  parser perlsax  

    Download XML::Grove 0.46 Alpha


     http://ftp.casaafacerilor.ro/mirrors/CPAN/authors/id/K/KM/KMACLEOD/XML-Grove-0.46alpha.tar.gz


    Authors software

    XML::Parser::PerlSAX 0.08 (by Ken MacLeod)
    XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser.

    SYNOPSIS

    use XML::Parser::PerlSAX;

    $parser = XML::Parser::Per

    XML::XPath::Builder 1.13 (by Ken MacLeod)
    XML::XPath::Builder is a SAX handler for building an XPath tree.

    SYNOPSIS

    use AnySAXParser;
    use XML::XPath::Builder;

    $bu

    Data::DPath::Builder 0.00_01 (by Ken MacLeod)
    Data::DPath::Builder is a SAX handler for building an XPath tree.

    SYNOPSIS

    use AnySAXParser;
    use Data::DPath::Builder;

    $

    XML::Grove::Builder 0.46 Alpha (by Ken MacLeod)
    XML::Grove::Builder is a PerlSAX handler for building an XML::Grove.

    SYNOPSIS

    use PerlSAXParser;
    use XML::Grove::Builder;

    XML::PatAct::ToObjects 0.08 (by Ken MacLeod)
    XML::PatAct::ToObjects is an action module for creating Perl objects.

    SYNOPSIS

    use XML::PatAct::ToObjects;

    my $patterns =


    Similar software

    XML::Grove 0.46 Alpha (by Ken MacLeod)
    XML::Grove is a Perl module with Perl-style XML objects.

    SYNOPSIS

    use XML::Grove;

    # Basic parsing and grove building
    use

    XML::Grove::Builder 0.46 Alpha (by Ken MacLeod)
    XML::Grove::Builder is a PerlSAX handler for building an XML::Grove.

    SYNOPSIS

    use PerlSAXParser;
    use XML::Grove::Builder;

    XML::XQL 0.68 (by T.J. Mather)
    XML::XQL is a perl module for querying XML tree structures with XQL.

    SYNOPSIS

    use XML::XQL;
    use XML::XQL::DOM;

    $parser =

    XML::Parser::PerlSAX 0.08 (by Ken MacLeod)
    XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser.

    SYNOPSIS

    use XML::Parser::PerlSAX;

    $parser = XML::Parser::Per

    XML::Parser::EasyTree 0.01 (by Eric Bohlman)
    XML::Parser::EasyTree is an easier tree style for XML::Parser.

    SYNOPSIS

    use XML::Parser;
    use XML::Parser::EasyTree;
    $XM

    XML::Handler::Trees 0.02 (by Eric Bohlman)
    XML::Handler::Trees is a PerlSAX handlers for building tree structures.

    SYNOPSIS

    use XML::Handler::Trees;
    use XML::Parser:

    XML::SimpleObject 0.53 (by Dan Brian)
    XML::SimpleObject is a Perl extension allowing a simple object representation of a parsed XML::Parser tree.

    SYNOPSIS

    use XML:

    XML::DOM2 0.03 (by Martin Owens)

    Pod::HTML_Elements 0.05 (by Nick Ing-Simmons)
    Pod::HTML_Elements is a Perl module to convert POD to tree of LWP's HTML::Element and hence HTML or PostScript.

    SYNOPSIS

    XML::PatAct::ToObjects 0.08 (by Ken MacLeod)
    XML::PatAct::ToObjects is an action module for creating Perl objects.

    SYNOPSIS

    use XML::PatAct::ToObjects;

    my $patterns =


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags