XML::Genx 0.21
Sponsored Links
XML::Genx 0.21 Ranking & Summary
File size:
0.037 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
1147
Date added:
2006-09-07
Publisher:
Dominic Mitchell
XML::Genx 0.21 description
XML::Genx is a simple, correct XML writer.
SYNOPSIS
use XML::Genx;
my $w = XML::Genx->new;
eval {
# < foo >bar< /foo >
$w->StartDocFile( *STDOUT );
$w->StartElementLiteral( foo );
$w->AddText( bar );
$w->EndElement;
$w->EndDocument;
};
die "Writing XML failed: $@" if $@;
This class is used for generating XML. The underlying library (genx) ensures that the output is well formed, canonical XML. That is, all characters are correctly encoded, namespaces are handled properly and so on. If you manage to generate non-well-formed XML using XML::Genx, please submit a bug report.
The API is mostly a wrapper over the original C library. Consult the genx documentation for the fine detail. This code is based on genx beta5.
SYNOPSIS
use XML::Genx;
my $w = XML::Genx->new;
eval {
# < foo >bar< /foo >
$w->StartDocFile( *STDOUT );
$w->StartElementLiteral( foo );
$w->AddText( bar );
$w->EndElement;
$w->EndDocument;
};
die "Writing XML failed: $@" if $@;
This class is used for generating XML. The underlying library (genx) ensures that the output is well formed, canonical XML. That is, all characters are correctly encoded, namespaces are handled properly and so on. If you manage to generate non-well-formed XML using XML::Genx, please submit a bug report.
The API is mostly a wrapper over the original C library. Consult the genx documentation for the fine detail. This code is based on genx beta5.
XML::Genx 0.21 Screenshot
XML::Genx 0.21 Keywords
XML
Genx 0.21
XML writer
writer
simple
correct
0.21
XML::Genx
XMLGenx
XML::Genx 0.21
Libraries
Programming
Bookmark XML::Genx 0.21
XML::Genx 0.21 Copyright
WareSeeker periodically updates pricing and software information of XML::Genx 0.21 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::Genx 0.21 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
Related Software
xmlenc provides a light-weight XML output library for Java. Free Download
XML::Genx::Simple is a slightly simpler wrapper class for genx. Free Download
XML::SAX is a simple API for XML. Free Download
XML::Bare is a minimal XML parser implemented via a C state engine. Free Download
XML Extractor is a set of tools for transforming XML-like markup into entities or well-formed XML files. Free Download
MyXML is an UDF extension to the MySQL database. Free Download
XML::Writer is a Perl extension for writing XML documents. Free Download
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
Latest Software
Popular Software
Favourite Software