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 49.593.574 Times

Xml Autoit software
Filter: All | Freeware | Demo
 

Xml Autoit

< 1 2 3 4 5 
Added: July 07, 2010 | Visits: 711

XML::Genx 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...



Platforms: *nix

License: Freeware Size: 37.89 KB Download (101): XML::Genx Download

Added: June 10, 2010 | Visits: 1.068

XML Hammer 1.0 XML Hammer application is a free and open-source tool that simplifies elementary XML actions like checking for well-formedness, validation, transformation and xpath searches using any JAXP implementation. After all these years of XML, it is still relatively difficult to simply validate or...





Platforms: *nix

License: Freeware Size: 4.2 MB Download (89): XML Hammer 1.0 Download

Added: April 17, 2010 | Visits: 940

XML::UM XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding. SYNOPSIS use XML::UM; # Set directory with .xml files that comes with XML::Encoding distribution # Always include the trailing slash! $XML::UM::ENCDIR =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): XML::UM Download

Added: November 03, 2010 | Visits: 881

XML::DOM::DocumentType XML::DOM::DocumentType is an XML document type (DTD) in XML::DOM. XML::DOM::DocumentType extends XML::DOM::Node. Each Document has a doctype attribute whose value is either null or a DocumentType object. The DocumentType interface in the DOM Level 1 Core provides an interface to the list of...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (88): XML::DOM::DocumentType Download

Added: June 05, 2010 | Visits: 1.103

XML::Checker::Parser XML::Checker::Parser is an XML::Parser that validates at parse time. SYNOPSIS use XML::Checker::Parser; my %expat_options = (KeepCDATA => 1, Handlers => [ Unparsed => &my_Unparsed_handler ]); my $parser = new XML::Checker::Parser (%expat_options); eval { local $XML::Checker::FAIL =...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (104): XML::Checker::Parser Download

Added: June 19, 2010 | Visits: 1.043

XML::Records XML::Records is a Perl module for perlish record-oriented interface to XML. SYNOPSIS use XML::Records; my $p=XML::Records->new(data.lst); $p->set_records(credit,debit); my ($t,$r) while ( (($t,$r)=$p->get_record()) && $t) { my $amt=$r->{Amount}; if ($t eq debit) { ... } }...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): XML::Records Download

Added: January 03, 2010 | Visits: 946

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): XML::TiePYX Download

Added: April 11, 2010 | Visits: 942

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): XML::Handler::Trees Download

Added: January 25, 2010 | Visits: 964

XML::Parser::EasyTree XML::Parser::EasyTree is an easier tree style for XML::Parser. SYNOPSIS use XML::Parser; use XML::Parser::EasyTree; $XML::Parser::Easytree::Noempty=1; my $p=new XML::Parser(Style=>EasyTree); my $tree=$p->parsefile(something.xml); XML::Parser::EasyTree adds a new "built-in" style called...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): XML::Parser::EasyTree Download

Added: February 08, 2010 | Visits: 733

XML::IDMEF XML::IDMEF is a module for building/parsing IDMEF messages. QUICK START Below is an example of an Alert IDMEF message. < ?xml version="1.0" encoding="UTF-8"? > < !DOCTYPE IDMEF-Message PUBLIC "-//IETF//DTD RFC XXXX IDMEF v1.0//EN" "idmef-message.dtd" > < IDMEF-Message > < Alert > <...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (108): XML::IDMEF Download

Added: May 19, 2010 | Visits: 1.973

XML Copy Editor XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax highlighting, folding, tag completion/locking and lossless import/export of Microsoft Word documents. Whats New in This Release: - This release fixes a number of bugs and introduces...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (106): XML Copy Editor Download

Added: March 23, 2010 | Visits: 865

Polymorphic XML Parser Polymorphic XML Parser is a validating XML parser for the programming language Objective Caml. In October, 1999, I started writing a validating XML parser for OCaml; the first published versions have been called "Markup" (simply because the package name was "markup"). After this parser had some...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (90): Polymorphic XML Parser Download

Added: October 11, 2010 | Visits: 1.606

XML::Smart::Tutorial XML::Smart::Tutorial is a Perl module with tutorials and examples for XML::Smart. SYNOPSIS This document is a tutorial for XML::Smart and shows some examples of usual things..


Platforms: *nix

License: Freeware Size: 50.18 KB Download (118): XML::Smart::Tutorial Download

Added: June 21, 2010 | Visits: 846

XML::DB::DatabaseManager XML::DB::DatabaseManager is an approximation to the XML:DB DatabaseManager. SYNOPSIS use XML::DB::DatabaseManager; my $driver = Xindice; my $url = http://localhost:4080; eval{ $dbm = new XML::DB::DatabaseManager(); $dbm->registerDatabase($driver); $col =...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (90): XML::DB::DatabaseManager Download

Added: April 15, 2010 | Visits: 1.232

XML::DB::Resource XML::DB::Resource is a Wrapper class for documents or document fragments. SYNOPSIS $resource = $collection->getResource($id); $id = $resource->getId(); $xml = $resource->getContent(); $resource->setContent($xml); $collection->storeResource($resource); $parentColl =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): XML::DB::Resource Download

Added: August 18, 2010 | Visits: 1.202

XML::DB::Database::Exist XML::DB::Database::Exist is a Perl module with XML:DB driver for the eXist database. SYNOPSIS use XML::DB::Database::Exist; This is the eXist XML-RPC driver. It is intended to be used through the XML:DB API, so that it is never called directly from user code. It implements the internal API...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (101): XML::DB::Database::Exist Download

Added: June 11, 2010 | Visits: 894

XML::Filter::Sort::BufferMgr XML::Filter::Sort::BufferMgr is a Perl implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to implement buffering records and spooling them...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): XML::Filter::Sort::BufferMgr Download

Added: October 01, 2010 | Visits: 818

XML::Filter::Sort::Buffer XML::Filter::Sort::Buffer is an implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. For an overview of the classes and methods used for buffering, see...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (97): XML::Filter::Sort::Buffer Download

Added: July 01, 2010 | Visits: 981

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (108): XML::Filter::Sort Download

Added: August 11, 2010 | Visits: 1.553

tX XML editor tX, formerly known as Teddy, is a tabular XML editor. tX XML editor presents the structure and content of XML files in a way that is both visually pleasing and easy to use. Its features include the abiltiy to view XML in an hierarchical way without extraneous syntax or interface elements, edit...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (128): tX XML editor Download

< 1 2 3 4 5