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.479.657 Times

Xml Multi Data freeware
Filter: All | Freeware | Demo
 

Xml Multi Data

< 1 2 3 4 5 > 
Added: April 22, 2010 | Visits: 813

XML::Filter::DataIndenter XML::Filter::DataIndenter is a SAX2 Indenter for data oriented XML. SYNOPSIS use XML::Filter::DataIndenter; use XML::SAX::Machines qw( Pipeline ); Pipeline( XML::Filter::DataIndenter => *STDOUT ); ALPHA CODE ALERT: This is the first release. Feedback and patches welcome. In data... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): XML::Filter::DataIndenter Download

Added: May 26, 2010 | Visits: 1.674

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: March 21, 2010 | Visits: 1.294

CAM::XML CAM::XML is an encapsulation of a simple XML data structure. SYNOPSIS my $pollTag = CAM::XML->new(poll); foreach my $q (@questions) { my $questionTag = CAM::XML->new(question); $questionTag->add(-text => $q->{text}); my $choicesTag = CAM::XML->new(choices); foreach my $c... Platforms: *nix

License: Freeware Size: 22.53 KB Download (102): CAM::XML Download

Added: January 03, 2010 | Visits: 957

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 (95): XML::TiePYX Download

Added: August 09, 2010 | Visits: 849

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AnyData::Format::XML Download

Added: June 13, 2010 | Visits: 893

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: April 02, 2010 | Visits: 1.264

Multi-Simulation Interface Multi-Simulator Interface, in shrot MSI, is a simulation interconnection engine. In other words it is a program that connects simulations together by synchronizing their clocks and data. Multi-Simulation Interface serves the same purpose as HLA and supports most of HLAs functionality (and more).... Platforms: *nix

License: Freeware Size: 3 MB Download (107): Multi-Simulation Interface Download

Added: March 21, 2010 | Visits: 830

Any::Renderer::XML Any::Renderer::XML Perl module can render a data structure as element-only XML. SYNOPSIS use Any::Renderer; my %xml_options = (); my %options = ( XmlOptions => %xml_options ); my $format = "XML"; my $r = new Any::Renderer ( $format, %options ); my $data_structure = [...]; # arbitrary... Platforms: *nix

License: Freeware Size: 23.55 KB Download (98): Any::Renderer::XML Download

Added: February 27, 2010 | Visits: 702

RPC::XML RPC::XML is a set of classes for core data, message and XML handling. SYNOPSIS use RPC::XML; $req = RPC::XML::request->new(fetch_prime_factors, RPC::XML::int->new(985120528)); ... $resp = RPC::XML::Parser->new()->parse(STREAM); if (ref($resp)) { return $resp->value->value; } else {... Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): RPC::XML Download

Added: January 26, 2010 | Visits: 971

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a... Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: April 20, 2010 | Visits: 1.048

XML::LibXML::Parser XML::LibXML::Parser is a Perl module to parse XML Data with XML::LibXML. SYNOPSIS $parser = XML::LibXML->new(); $doc = $parser->parse_file( $xmlfilename ); $doc = $parser->parse_fh( $io_fh ); $doc = $parser->parse_string( $xmlstring); $doc = $parser->parse_html_file( $htmlfile, %opts );... Platforms: *nix

License: Freeware Size: 256 KB Download (106): XML::LibXML::Parser Download

Added: October 14, 2010 | Visits: 1.180

Sowa Data Capacitor Sowa Data Capacitor is a unified Java API for accessing data in several different forms, such as XML, database or memory. Installation: Sowa Data Capacitor now not need any dependences (except ant), but itll propably have. To build it you have to have: * Apache Ant * JDK of Java 2 To... Platforms: *nix

License: Freeware Size: 15.36 KB Download (141): Sowa Data Capacitor Download

Added: October 23, 2010 | Visits: 743

XML::SAX::ByRecord XML::SAX::ByRecord can record oriented processing of (data) documents. SYNOPSIS use XML::SAX::Machines qw( ByRecord ) ; my $m = ByRecord( "My::RecordFilter1", "My::RecordFilter2", ... { Handler => $h, ## optional } ); $m->parse_uri( "foo.xml" ); XML::SAX::ByRecord is a SAX... Platforms: *nix

License: Freeware Size: 43.01 KB Download (89): XML::SAX::ByRecord Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 557

JBind: A Java-XML Data Binding Framework JBind is a data binding framework linking Java and XML. The framework consists of a schema compiler for generating Java sources and a runtime environment. JBind supports most of the W3C XML schema recommendation of 2 May 2001. Platforms: Windows, Mac, Linux

License: Freeware Size: 5 MB Download (53): JBind: A Java-XML Data Binding Framework Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 548

JiBX - XML Data Binding for Java JiBX is a framework for XML data binding to Java. It works with existing classes, using a flexible mapping definition file to determine how data objects are translated to and from XML. See the Home Page for details and external bug tracking system links. Platforms: Windows, Mac, Linux

License: Freeware Size: 19.95 MB Download (47): JiBX - XML Data Binding for Java Download

Added: May 10, 2013 | Visits: 679

php xml db tools php xml db tools is a collection of php scripts that create, and parse through xml data schemas to automate the creation of database backed web sites. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): php xml db tools Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 568

WMO BUFR to XML, Java, weather data A Java system to decode the WMO BUFR format for weather data and translate it to XML. Platforms: Windows, Mac, Linux

License: Freeware Size: 447.64 KB Download (47): WMO BUFR to XML, Java, weather data Download

Added: May 10, 2013 | Visits: 630

Encoding Unicode data for XML and HTML This script encodes unicode_data for use as XML or HTML, with characters outside of the encoding converted to XML numeric character references. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Encoding Unicode data for XML and HTML Download

Added: September 15, 2013 | Visits: 454

Data to XML Data to XML can be used to generate XML documents from data stored in a MySQL database. It can execute a given SQL SELECT query and generate a XML document with query result data. Platforms: PHP

License: Freeware Size: 51.2 KB Download (42): Data to XML Download

Added: June 26, 2010 | Visits: 894

XML::Filter::Dispatcher::AsStructHandler XML::Filter::Dispatcher::AsStructHandler Perl module can help you convert SAX stream in to simple, data-oriented structure. SYNOPSIS ## Ordinarily used via the XML::Filter::Dispatchers as_data_struct() ## built-in extension function for XPath This SAX2 handler builds a simple hash from... Platforms: *nix

License: Freeware Size: 88.06 KB Download (101): XML::Filter::Dispatcher::AsStructHandler Download

< 1 2 3 4 5 >