Main > Programming > Libraries >

CAM::XML 1.14

CAM::XML 1.14

Sponsored Links

CAM::XML 1.14 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.022 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1147
Date added: 2006-09-07

CAM::XML 1.14 description

CAM::XML is an encapsulation of a simple XML data structure.

SYNOPSIS

my $pollTag = CAM::XML->new(poll);

foreach my $q (@questions) {
my $questionTag = CAM::XML->new(question);

$questionTag->add(-text => $q->{text});
my $choicesTag = CAM::XML->new(choices);

foreach my $c (@{$q->{choices}}) {
my $choiceTag = CAM::XML->new(choice);
$choiceTag->setAttributes(value, $c->{value});
$choiceTag->add(-text => $c->{text});
$choicesTag->add($choiceTag);
}
$questionTag->add($choicesTag);
$pollTag->add($questionTag);
}
print CAM::XML->header();
print $pollTag->toString();

This module reads and writes XML into a simple object model. It is optimized for ease of creating code that interacts with XML.

This module is not as powerful or as standards-compliant as say XML::LibXML, XML::SAX, XML::DOM, etc, but its darn easy to use. I recommend it to people who want to just read/write a quick but valid XML file and dont want to bother with the bigger modules.

In our experience, this module is actually easier to use than XML::Simple because the latter makes some assumptions about XML structure that prevents it from handling all XML files well. YMMV.

However, one exception to the simplicity claimed above is our implementation of a subset of XPath. Thats not very simple. Sorry.

CAM::XML 1.14 Screenshot

Advertisements

CAM::XML 1.14 Keywords

Bookmark CAM::XML 1.14

Hyperlink code:
Link for forum:

CAM::XML 1.14 Copyright

WareSeeker periodically updates pricing and software information of CAM::XML 1.14 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 CAM::XML 1.14 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
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::DOM is a perl module for building DOM Level 1 compliant document structures. Free Download
CAM Expert it converts drawings (DXF) to virtually any NC code / g-code. Free Download
VTD-XML is a non-extractive XML processing software API implementing Virtual Token Descriptor. Free Download
Class::XML is a Perl module for simple XML Abstraction. Free Download
Any::Renderer::XML Perl module can render a data structure as element-only XML. Free Download
XML::Simple is a easy API to maintain XML (esp config files). Free Download
Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files. Free Download