Main > Programming > Libraries >

XML::Bare 0.11

XML::Bare 0.11

Sponsored Links

XML::Bare 0.11 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.010 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 847
Date added: 2007-07-07
Publisher: David Helkowski

XML::Bare 0.11 description

XML::Bare is a minimal XML parser implemented via a C state engine.

SYNOPSIS

use XML::Bare;

my $xml = new XML::Bare( text => <name>Bob</name> );

# Parse the xml into a hash tree
my $root = $xml->parse();

# Print the content of the name node
print $root->{xml}->{name}->{value};

# Load xml from a file ( assume same contents as first example )
my $xml2 = new XML::Bare( file => test.xml );

my $root2 = $xml2->parse();

$root2->{xml}->{name}->{value} = Tim;

# Save the changes back to the file
$xml2->save();

XML::Bare 0.11 Screenshot

Advertisements

XML::Bare 0.11 Keywords

Bookmark XML::Bare 0.11

Hyperlink code:
Link for forum:

XML::Bare 0.11 Copyright

WareSeeker periodically updates pricing and software information of XML::Bare 0.11 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::Bare 0.11 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
Sponsored Links
Related Software
Bare XML project is a XML parser with all primary parsing done via a simple state engine with about 20 or so different states. Free Download
XML::SAX is a simple API for XML. Free Download
xParse is an XML Parser written in C++. Free Download
xmlenc provides a light-weight XML output library for Java. Free Download
XML Hammer application is a free and open-source tool that simplifies elementary XML actions. Free Download
XML::Parser is a perl module for parsing XML documents. Free Download
XML::SAX::Intro is an Introduction to SAX Parsing with Perl. Free Download
PXR::Parser is a Pure Perl SAX XML Push Parser. Free Download