Main > Programming > Libraries >

XML::ValidWriter 0.39

XML::ValidWriter 0.39

Sponsored Links

XML::ValidWriter 0.39 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.028 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1137
Date added: 2006-09-13
Publisher: Barrie Slaymaker

XML::ValidWriter 0.39 description

XML::ValidWriter is DOCTYPE driven valid XML output.

SYNOPSIS

## As a normal perl object:
$writer = XML::ValidWriter->new(
DOCTYPE => $xml_doc_type,
OUTPUT => *FH
) ;
$writer->startTag( b1 ) ;
$writer->startTag( c2 ) ;
$writer->end ;

## Writing to a scalar:
$writer = XML::ValidWriter->new(
DOCTYPE => $xml_doc_type,
OUTPUT => $buf
) ;

## Or, in scripting mode:
use XML::Doctype NAME => a, SYSTEM_ID => a.dtd ;
use XML::ValidWriter qw( :all :dtd_tags ) ;
b1 ; # Emits < a >< b1 >
c2( attr=>"val" ) ; # Emits < /b1 >< b2 >< c2 attr="val" >
endAllTags ; # Emits < /c2 >< /b2 >< /a >

## If youve got an XML::Doctype object handy:
use XML::ValidWriter qw( :dtd_tags ), DOCTYPE => $doctype ;

## If youve saved a preparsed DTD as a perl module
use FooML::Doctype::v1_0001 ;
use XML::ValidWriter qw( :dtd_tags ) ;

#
# This all assumes that the DTD contains:
#
# < !ELEMENT a ( b1, b2?, b3* ) >
#
# < !ELEMENT b1 ( c1 ) >
# < !ELEMENT b2 ( c2 ) >
#

STATUS

Alpha. Use and patch, dont depend on things not changing drastically.
Many methods supplied by XML::Writer are not yet supplied here.

XML::ValidWriter 0.39 Screenshot

Advertisements

XML::ValidWriter 0.39 Keywords

Bookmark XML::ValidWriter 0.39

Hyperlink code:
Link for forum:

XML::ValidWriter 0.39 Copyright

WareSeeker periodically updates pricing and software information of XML::ValidWriter 0.39 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::ValidWriter 0.39 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::Writer is a Perl extension for writing XML documents. Free Download
XML::Literal is a Perl module with syntax support for XML literals. Free Download
XML::TMX::Writer is a Perl extension for writing TMX files. Free Download
XML::XSLT::Wrapper is a consistent interface to XSLT processors. Free Download
XML::Atom is an Atom feed and API implementation. Free Download
XML::IDMEF is a module for building/parsing IDMEF messages. Free Download
XML::IODEF is a Perl module for building/parsing IODEF messages. Free Download
XML::DOM::Lite is a Lite Pure Perl XML DOM Parser Kit. Free Download