Tag «simple xml»: downloads
Search results for «simple xml»:
XML::SAX::Simple 0.02 by Matt Sergeant
XML::SAX::Simple is a SAX version of XML::Simple.
SYNOPSIS
use XML::SAX::Simple qw(XMLin XMLout);
my $hash = XMLin("foo.xml");
XML::SAX::Simple is a very simple version of XML::Simple but for SAX. It can be used as a complete drop-in replacement for XML::Simple.
See the documentatio…
XML::Simple::DTDReader 0.04 by Alex Vandiver
XML::Simple::DTDReader is a simple XML file reading based on their DTDs.
SYNOPSIS
use XML::Simple::DTDReader;
my $ref = XMLin("data.xml");
Or the object oriented way:
require XML::Simple::DTDReader;
my $xsd = XML::Simple::DTDReader->new;
my $ref = $xsd->XMLin("data.xml");
…
Template::Plugin::XML::Simple 2.16 by Andy Wardley
Template::Plugin::XML::Simple is a plugin interface to XML::Simple.
SYNOPSIS
# load plugin and specify XML file to parse
[% USE xml = XML.Simple(xml_file_or_text) %]
This is a Template Toolkit plugin interfacing to the XML::Simple module.
Requirements:
Perl…
RDF::Simple::Parser 0.3 by Jo Walsh
RDF::Simple::Parser is a simple RDF/XML parser that reads a string containing RDF in XML.
SYNOPSIS
my $uri = 'http://www.zooleika.org.uk/bio/foaf.rdf';
my $rdf = LWP::Simple::get($uri);
my $parser = RDF::Simple::Parser->new(base => $uri)
my @triples = $parser->parse_rdf($…
XML::Simple 2.14 by Grant McLean
XML::Simple is a easy API to maintain XML (esp config files).
SYNOPSIS
use XML::Simple;
my $ref = XMLin([< xml file or string >] [, < options >]);
my $xml = XMLout($hashref [, < options >]);
Or the object oriented way:
require XML::Simple;
my $xs = new XML::S…
Tree::Simple::SAX 0.01 by Stevan Little
Tree::Simple::SAX is a set of classes for using Tree::Simple with XML.
SYNOPSIS
use Tree::Simple::SAX;
use XML::SAX::ParserFactory;
my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new());
my $p = XML::SAX::ParserFactory->parser(Handler => $handler);
$p->parse_…
Pod::Simple::HTMLBatch 3.04 by Sean M. Burke
Pod::Simple::HTMLBatch is a Perl module to convert several Pod files to several HTML files.
SYNOPSIS
perl -MPod::Simple::HTMLBatch -e 'Pod::Simple::HTMLBatch::go' in out
This module is used for running batch-conversions of a lot of HTML documents
This class is NOT a subclass of Pod::Simp…
Simple XML Configuration Library 0.3.6 by James Sapara
Simple XML Configuration Library an XML library for parsing a simple configuration file format.
Simple XML Configuration Library is actively developed for *nix, Mac OS X and *BSD. The goal of the project is to provide a library that can be easily wrapped into other languages such as Python and Ja…
SIR - Simple Image Resizer 1.3 by sachetto
SIR - Simple Image Resizer is a simple application for resizeing images. SIR - Simple Image Resizer is inspired by GTPY - ImageResizer.
But I used C++/QT anda QImage class to convert the images.
SIR - Simple Image Resizer can convert into and from the following formats:
JPEG
PNG
BMP
…
XML::XPath::Simple 0.05 by S.D. Campbell
XML::XPath::Simple is a very simple interface for XPaths.
SYNOPSIS
use XML::XPath::Simple;
$xp = new XML::XPath::Simple(
xml => $xml,
context => '/'
…
Repository::Simple 0.06 by Andrew Sterling Hanenkamp
Repository::Simple is a simple hierarchical repository for Perl.
SYNOPSIS
use Repository::Simple;
my $repository = Repository::Simple->attach(
FileSystem => root => /home/foo
);
NOTICE: This software is still in development and the interface WILL CHANGE.
This is the main m…
XML::Genx::Simple 0.21 by Dominic Mitchell
XML::Genx::Simple is a slightly simpler wrapper class for genx.
SYNOPSIS
use XML::Genx::Simple;
my $w = XML::Genx::Simple->new;
eval {
# bar
$w->StartDocFile( *STDOUT );
$w->StartElementLiteral( 'root' );
$w->Element( foo => 'bar', id => 1 );
$w->EndElement;
…
JOpt Simple 2.3 by Paul R. Holser, Jr.
JOpt Simple is a simple, test-driven command line parser for Java programs. JOpt Simple supports POSIX getopt() and GNU getopt_long().
What command line switch syntax does JOpt Simple support?
As closely as possible, JOpt Simple attempts to adhere to the rules of POSIX getopt() and GNU getopt_…
Data::Serializer::XML::Simple 0.36 by Neil Neely
Data::Serializer::XML::Simple is a Perl module that creates bridge between Data::Serializer and XML::Simple.
SYNOPSIS
use Data::Serializer::XML::Simple;
Module is used internally to Data::Serializer
The only option currently supported is dtd. This just calls the dtd method of XML::Simp…
AI::ExpertSystem::Simple 1.2 by Peter Hickman
AI::ExpertSystem::Simple is a simple expert system shell.
SYNOPSIS
This class implements a simple expert system shell that reads the rules from an XML knowledge base and questions the user as it attempts to arrive at a conclusion.
This class is where all the work is being done and the other…
Simple Equation 0.8 by David Eder
Simple Equation makes it simple to put equations on the Web. Simple Equation project does not bother the user with the layout of the equation; it just displays it. The focus is on being simple to use.
One of the biggest obstacles to using mathematical expressions on the web is that the user curre…
Net::Delicious::Simple 0.01 by Ricardo SIGNES
Net::Delicious::Simple is a Net::Delicious for backups.
SYNOPSIS
use Net::Delicious::Simple;
my $del = Net::Delicious->new(user => 'plki', pswd => 'secret');
print "$_->{href}n" for $del->all_posts;
__top
If you want to do anything interesting with del.icio.us automation, you prob…
MP3::Daemon::Simple 0.63 by John BEPPU
MP3::Daemon::Simple is a daemon for the mp3(1p) client.
SYNOPSIS
Fork a daemon
MP3::Daemon::Simple->spawn($socket_path);
Start a server, but don't fork into background
my $mp3d = MP3::Daemon::Simple->new($socket_path);
$mp3d->main;
You're a client wanting a socket to t…
AI::NeuralNet::Simple 0.10 by Curtis Poe
AI::NeuralNet::Simple is a simple learning module for building neural nets.
SYNOPSIS
use AI::NeuralNet::Simple;
my $net = AI::NeuralNet::Simple->new(2,1,2);
# teach it logical 'or'
for (1 .. 10000) {
$net->train([1,1],[0,1]);
$net->train([1,0],[0,1]);
$net->trai…
Keep IT Simple 0.1 by KonMan
Keep IT Simple is a simple, customizable, Conky-like theme for Superkaramba featuring a mail-checker and a temperatures monitor.
Enjoy!
It monitors:
CPU usage
HDD usage
Network load
Memory load
e-mail inbox
Requirements:
Superkaramba…
Related:
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
- Communications
- Database
- Desktop Environment
- Games
- Internet
- Multimedia
- Office
- Programming
- Science and Engineering
- System
- Text Editing&Processing
