Main > Programming > Libraries >

XML::Output 0.03

XML::Output 0.03

Sponsored Links

XML::Output 0.03 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.035 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1144
Date added: 2006-09-07
Publisher: Brendt Wohlberg

XML::Output 0.03 description

XML::Output is a Perl module for writing simple XML documents.

SYNOPSIS

use XML::Output;

open(FH,>file.xml);
my $xo = new XML::Output({fh => *FH});
$xo->open(tagname, {attrname => attrval});
$xo->pcdata(element content);
$xo->close();
close(FH);

ABSTRACT

XML::Output is a Perl module for writing simple XML documents

XML::Output is a Perl module for writing simple XML document. The following methods are provided.

new
$xo = new XML::Output;
Constructs a new XML::Output object.

open
$xo->open(tagname, {attrname => attrval});
Open an element with specified name (and optional attributes)

close
$xo->close;
Close an element

empty
$xo->empty(tagname, {attrname => attrval});
Insert an empty element with specified name (and optional attributes)

pcdata
$xo->pcdata(element content);
Insert text

comment
$xo->comment(comment text);
Insert a comment

xmlstr
print $xo->xmlstr;
Get a string representation of the constructed document

XML::Output 0.03 Screenshot

Advertisements

XML::Output 0.03 Keywords

Bookmark XML::Output 0.03

Hyperlink code:
Link for forum:

XML::Output 0.03 Copyright

WareSeeker periodically updates pricing and software information of XML::Output 0.03 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::Output 0.03 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::WBXML is a Perl module to convert between XML and WBXML using libwbxml2. Free Download
XML::Quick is a Perl module to generate XML from hashes (and other data). Free Download
Acme::Tests is a Perl module to see how much do you know. Free Download
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. Free Download
XML::Writer is a Perl extension for writing XML documents. Free Download
XML::DOM::Lite::XPath is a Perl module for XPath support for XML::DOM::Lite. Free Download
XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. Free Download
xmlenc provides a light-weight XML output library for Java. Free Download