Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.468.002 Times

Perl Xsd Xml Generator software
Filter: All | Freeware | Demo
 

Perl Xsd Xml Generator

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 2.282

XML::Generator::vCard XML::Generator::vCard is a Perl module that can generate SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard->new(Handler=>$writer); $driver->parse_files("test.vcf"); Generate SAX2...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (417): XML::Generator::vCard Download

Added: January 18, 2010 | Visits: 1.555

XML::Generator::vCard::RDF XML::Generator::vCard::RDF is a Perl module that can generate RDF/XML SAX2 events for vCard 3.0 SYNOPSIS use XML::SAX::Writer; use XML::Generator::vCard::RDF; my $writer = XML::SAX::Writer->new(); my $driver = XML::Generator::vCard::RDF->new(Handler=>$writer);...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (173): XML::Generator::vCard::RDF Download

Added: June 13, 2010 | Visits: 890

XML::Generator::PerlData XML::Generator::PerlData is a Perl extension for generating SAX2 events from nested Perl data structures. SYNOPSIS use XML::Generator::PerlData; use SomeSAX2HandlerOrFilter; ## Simple style ## # get a deeply nested Perl data structure... my $hash_ref =...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): XML::Generator::PerlData Download

Added: January 14, 2010 | Visits: 1.341

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (99): Perl IRC Statistics Generator Download

Added: November 18, 2010 | Visits: 1.011

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM Download

Added: April 16, 2010 | Visits: 1.002

XML::Generator::RSS10::dc XML::Generator::RSS10::dc adds support for the Dublin Core (dc) RSS 1.0 module. SYNOPSIS use XML::Generator::RSS10; my $rss = XML::Generator::RSS10->new( Handler => $sax_handler ); $rss->channel( title => Pants, link => http://pants.example.com/, description => A fascinating pants site,...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): XML::Generator::RSS10::dc Download

Released: September 09, 2015  |  Added: September 11, 2015 | Visits: 1.376

DTM Test XML Generator DTM Test XML Generator creates a set of XML documents with same structure for testing purposes. It has a few built-in data generators: integers, strings, date and time values, address, e-mail, IP-address, URL, zip code, etc. Also, it has value library with lists of names, countries, streets,...


Platforms: Windows, Windows 7

License: Demo Cost: $129.00 USD Size: 1.7 MB Download (138): DTM Test XML Generator Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 449

Xml Generator Query Language Xml Generator Query Language is a language whose purpose is to Generate Xml,Xhtml from Relational DB: No Xsl required, XQuery/Xpath, DB Independant.You can interpolate queries to create multilevel xml trees and insert custom tags.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 65.15 KB Download (52): Xml Generator Query Language Download

Added: May 10, 2013 | Visits: 487

Simplest XML generator This script is an XML 1.0 generator. It returns a string representing a standard XML 1.0 declaration equal as it is default initialized in __init__.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Simplest XML generator Download

Added: July 10, 2010 | Visits: 1.058

XML::Handler::YAWriter XML::Handler::YAWriter is a yet another Perl SAX XML Writer. SYNOPSIS use XML::Handler::YAWriter; my $ya = new XML::Handler::YAWriter( %options ); my $perlsax = new XML::Parser::PerlSAX( Handler => $ya ); YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (168): XML::Handler::YAWriter Download

Added: August 23, 2010 | Visits: 1.036

PXR::Parser PXR::Parser is a Pure Perl SAX XML Push Parser. SYNOPSIS use PXR::Parser; my $parser = PXR::Parser->new( Handlers => { startDocument => &start_doc, endDocument => &end_doc, startElement => &start_element, endElement => &end_element, characters => &characters, } );...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (111): PXR::Parser Download

Added: August 08, 2013 | Visits: 400

ll-xist XIST is an extensible HTML and XML generator. XIST is also a XML parser with a very simple and pythonesque tree API. Every XML element type corresponds to a Python class and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered 'object...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (44): ll-xist Download

Released: October 18, 2007  |  Added: October 28, 2007 | Visits: 6.166

Liquid XML Studio Liquid XML Studio is a FREE XML Schema Editor, and much more. Simple enough for new users to pick up quickly and comprehensive enough for experienced users deal with the advanced features of the XSD standard. A fully featured XML Development Studio:- - Graphical and Text based XML...


Platforms: Windows

License: Freeware Size: 9.4 MB Download (968): Liquid XML Studio Download

Added: January 07, 2010 | Visits: 1.125

XML::Grove 0.46 XML::Grove is a Perl module with Perl-style XML objects. SYNOPSIS use XML::Grove; # Basic parsing and grove building use XML::Grove::Builder; use XML::Parser::PerlSAX; $grove_builder = XML::Grove::Builder->new; $parser = XML::Parser::PerlSAX->new ( Handler => $grove_builder );...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (92): XML::Grove 0.46 Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 566

DnD - The Next Generator This project want to create a Perl and XML based DnD Character Generator


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.42 KB Download (61): DnD - The Next Generator Download

Released: October 10, 2003  |  Added: May 17, 2006 | Visits: 4.101

Perl-raiser CGI Generator Perl-raiser is software which provides a Graphical User Interface environment for configuring and generating Search Engines, Mailing Lists, Member Logins etc., for use as Interactive programs on Websites. Upon Generation of your CGI Perl Scripts, Perl-raiser allows for the configuration of...


Platforms: Windows

License: Demo Cost: $24.95 USD Size: 2.04 MB Download (575): Perl-raiser CGI Generator Download

Released: November 11, 2009  |  Added: November 20, 2009 | Visits: 2.865

Perl Studio 2009 Perl Studio 2009 is an integrated development environment for Perl, providing comprehensive and easy-to-use solution for editing, debugging and deploying Perl based applications. This advanced Perl editor enables developers to code faster and more efficiently with many convenient features such...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 1.89 MB Download (113): Perl Studio 2009 Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 294

XGAP - XML Generator of APplications XGAP stands for 'Xml - Generador de APlicaciones'. The primary goal of XGAP is to assist the programmer in the repetitive and common coding tasks. That's why XGAP concentrates more in specifying an application than in programming it. You program a web application using XGAP by creating a set of...


Platforms: Windows, Mac, Linux

License: Freeware Size: 8 MB Download (47): XGAP - XML Generator of APplications Download

Added: November 25, 2010 | Visits: 1.101

HTML::Tiny HTML::Tiny is a lightweight, dependency free HTML/XML generator. SYNOPSIS use HTML::Tiny; my $h = HTML::Tiny->new; # Generate a simple page print $h->html( [ $h->head( $h->title( Sample page ) ), $h->body( [ $h->h1( { class => main }, Sample page ), $h->p( Hello, World, { class =>...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): HTML::Tiny Download

Added: June 26, 2013 | Visits: 345

XIST for Linux XIST is an extensible HTML and XML generator. XIST is also a XML parser with a very simple and pythonesque tree API. Every XML element type corresponds to a Python class and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered 'object...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (31): XIST for Linux Download

1 2 3 4 5 >