Main > Programming > Libraries >

XML::Writer 0.601

XML::Writer 0.601

Sponsored Links

XML::Writer 0.601 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: 1141
Date added: 2006-09-14
Publisher: David Megginson

XML::Writer 0.601 description

XML::Writer is a Perl extension for writing XML documents.

SYNOPSIS

use XML::Writer;
use IO::File;

my $output = new IO::File(">output.xml");

my $writer = new XML::Writer(OUTPUT => $output);
$writer->startTag("greeting",
"class" => "simple");
$writer->characters("Hello, world!");
$writer->endTag("greeting");
$writer->end();
$output->close();

XML::Writer is a helper module for Perl programs that write an XML document. The module handles all escaping for attribute values and character data and constructs different types of markup, such as tags, comments, and processing instructions.

By default, the module performs several well-formedness checks to catch errors during output. This behaviour can be extremely useful during development and debugging, but it can be turned off for production-grade code.

The module can operate either in regular mode in or Namespace processing mode. In Namespace mode, the module will generate Namespace Declarations itself, and will perform additional checks on the output.

Additional support is available for a simplified data mode with no mixed content: newlines are automatically inserted around elements and elements can optionally be indented based as their nesting level.

XML::Writer 0.601 Screenshot

Advertisements

XML::Writer 0.601 Keywords

Bookmark XML::Writer 0.601

Hyperlink code:
Link for forum:

XML::Writer 0.601 Copyright

WareSeeker periodically updates pricing and software information of XML::Writer 0.601 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::Writer 0.601 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::XMLWriter is a Perl module for creating a XML document object oriented with on the fly validating towards the given DTD. Free Download
XML::Writer::Simple is a Perl module to create XML files easily! Free Download
XML::TMX::Writer is a Perl extension for writing TMX files. Free Download
XML::SAX::Writer is a Perl module with SAX2 Writer. Free Download
XML::ValidWriter is DOCTYPE driven valid XML output. Free Download
RSS Writer class is XML-RSS feed generator for content syndication. Free Download
XML::Handler::HTMLWriter is a SAX Handler for writing HTML 4.0. Free Download
XML::Filter::Mode Perl module can filter out all chunks not in the current mode. Free Download