Main > Programming > Libraries >

XML::Grove 0.46 Alpha

XML::Grove 0.46 Alpha

Sponsored Links

XML::Grove 0.46 Alpha Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.027 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1095
Date added: 2006-10-25
Publisher: Ken MacLeod

XML::Grove 0.46 Alpha description

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};

XML::Grove 0.46 Alpha Screenshot

Advertisements

XML::Grove 0.46 Alpha Keywords

Bookmark XML::Grove 0.46 Alpha

Hyperlink code:
Link for forum:

XML::Grove 0.46 Alpha Copyright

WareSeeker periodically updates pricing and software information of XML::Grove 0.46 Alpha full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of XML::Grove 0.46 Alpha Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
XML::Grove::Subst can substitute values into a template. Free Download
XML::Grove::Builder is a PerlSAX handler for building an XML::Grove. Free Download
Pod::XML is a Perl module to convert POD to XML. Free Download
XML::XQL is a perl module for querying XML tree structures with XQL. Free Download
HTML Objects is a Perl module library for turning HTML tags into Perl objects. Free Download
PLJava is Perl module that will embed Perl into Java. Free Download
OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius. Free Download
XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. Free Download