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

Simple Xml freeware
Filter: All | Freeware | Demo
 

Simple Xml

1 2 3 4 5 > 
Added: July 06, 2010 | Visits: 1.231

Simple XML Configuration Library Simple XML Configuration Library an XML library for parsing a simple configuration file format. Simple XML Configuration Library is actively developed for *nix, Mac OS X and *BSD. The goal of the project is to provide a library that can be easily wrapped into other languages such as Python and...



Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Simple XML Configuration Library Download

Added: July 20, 2010 | Visits: 777

Simple XML Framework Simple is an XML serialization framework for Java. Simple XML Framework goal is to provide an XML framework that enables rapid development of XML configuration and communication systems. This framework aids the development of XML systems with minimal effort and reduced errors. The framework...





Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): Simple XML Framework Download

Added: May 10, 2013 | Visits: 536

GSA Simple XML Parser GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex.


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

License: Freeware Download (63): GSA Simple XML Parser Download

Added: May 29, 2013 | Visits: 607

GSA Simple XML Parser for XML Tools GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): GSA Simple XML Parser for XML Tools Download

Added: July 05, 2010 | Visits: 1.121

XML::Simple::DTDReader XML::Simple::DTDReader is a simple XML file reading based on their DTDs. SYNOPSIS use XML::Simple::DTDReader; my $ref = XMLin("data.xml"); Or the object oriented way: require XML::Simple::DTDReader; my $xsd = XML::Simple::DTDReader->new; my $ref = $xsd->XMLin("data.xml");...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): XML::Simple::DTDReader Download

Added: May 16, 2010 | Visits: 1.388

XML::Schema::Type::Simple XML::Schema::Type::Simple is a base class for simple XML Schema datatypes. SYNOPSIS package XML::Schema::Type::whatever; use base qw( XML::Schema::Type::Simple ); use vars qw( @FACETS ); @FACETS = ( minLength => 10, maxLength => 30, otherFacet => { value => $n, fixed => 1,...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (107): XML::Schema::Type::Simple Download

Added: August 12, 2010 | Visits: 806

XML::MyXML XML::MyXML is a simple XML module. SYNOPSIS use XML::MyXML qw(tidy_xml xml_to_object); my $xml = "< item >< name >Table< /name >< price >< usd >10.00< /usd >< eur >8.50< /eur >< /price >< /item >"; print tidy_xml($xml); my $obj = xml_to_object($xml); print "Price in Euros = " ....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): XML::MyXML Download

Added: August 15, 2010 | Visits: 1.302

Template::Plugin::XML::Style Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations. SYNOPSIS [% USE xmlstyle table = { attributes = { border = 0 cellpadding = 4 cellspacing = 1 } } %] [% FILTER xmlstyle %] < table > < tr > < td >Foo< /td > < td >Bar< /td > < td >Baz< /td >...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): Template::Plugin::XML::Style Download

Added: March 21, 2010 | Visits: 1.287

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

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 1.289

Class::XML Class::XML is a Perl module for simple XML Abstraction. SYNOPSIS package Foo; use base qw/Class::XML/; __PACKAGE__->has_attributes(qw/length colour/); __PACKAGE__->has_child(bar => Bar); package Bar; use base qw/Class::XML/; __PACKAGE__->has_parent(foo);...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Class::XML Download

Added: January 18, 2010 | Visits: 942

Datalus 0.6 Beta Datalus allows the user to build complicated Web applications using simple XML descriptions and short scripts. Datalus abstracts much of the back end tedium from the process in an effort to prevent constant duplication of effort. Datalus is a PHP based Web API designed to streamline object...


Platforms: *nix

License: Freeware Size: 2 MB Download (90): Datalus 0.6 Beta Download

Added: February 15, 2010 | Visits: 1.215

migratedata migratedata project allows you to write a simple XML file to define how to copy data from one database to another, and perform very simple transformations on the way. Currently, it is immediately able to help you migrate a PostNuke web site to a WordPress one, but to perform any other...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (98): migratedata Download

Added: February 09, 2010 | Visits: 729

Jabber::NodeFactory Jabber::NodeFactory is a simple XML Node Factory for Jabber. SYNOPSIS my $nf = new Jabber::NodeFactory(fromstr => 1); print $nf->newNode(presence)->toStr; -> my $tag1 = $nf->newNode(iq); $tag1->attr(type, get); my $query = $tag1->insertTag(query, jabber:iq:auth);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Jabber::NodeFactory Download

Added: June 03, 2010 | Visits: 927

jsXe 0.5 jsXe project is the Java Simple XML Editor. jsXe is a fast, intuitive, scalable, platform-independent XML editor It is written in Java using the Swing toolkit, and Xerces-J and is released under the terms of the GNU General Public License. It aims to provide end users and developers with an...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (99): jsXe 0.5 Download

Added: July 24, 2010 | Visits: 757

SXP SXP stands for Simple XML Persistence, and is a quick-and-dirty C++ library I threw together. It provides a simple (I hope) mechanism for enabling the objects in your application to persist themselves (i.e. read from and write to) to a XML file. SXP is built as a C++ wrapper around James Clarks...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): SXP Download

Added: April 24, 2010 | Visits: 1.278

Druide DB Druide DB project is a simple XML file database API in Java to manage an XML database file system without database complexity (no server or client, and stores only strings). You should try DruideDB if you are doing the following : - If you are writing a simple application (swing, awt, RCP,...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (92): Druide DB Download

Added: August 30, 2013 | Visits: 1.417

XPontus XML Editor XPontus XML Editor is a simple XML Editor oriented towards text editing. It can perform validation(DTD, XML Schema, Relax NG, Batch XML validation), XSL transformations(HTML, XML, PDF, SVG), schema/DTD generation, XML/DTD/HTML/XSL code completion, code formatting and much more. The brand new...


Platforms: *nix

License: Freeware Size: 23.5 MB Download (109): XPontus XML Editor Download

Added: May 10, 2013 | Visits: 918

Simple XML serlializer/de-serializer This script presents a way of serializing & de-serializing XML using the marshal module. The XML is converted to an equivalent Python dictionary first, which is marshaled to serialize it. De-serialization first unmarshals the dictionary from the file, and constructs the original XML.


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

License: Freeware Download (53): Simple XML serlializer/de-serializer Download

Added: August 17, 2013 | Visits: 234

my_xml This is a very simple and easy to use XML parserThis is a replacement for Python's DOM parsers for simple XML data.It is possible, but not convenient, to construct an XML trees using this module.


Platforms: Python

License: Freeware Size: 10 KB Download (42): my_xml Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 401

queXML queXML was created to be a simple XML schema for designing questionnaires. Included are stylesheets to administer the questionnaire in PDF (paper), CASES and phpSurveyor. queXML is compatible with the DDI standard for data description.queXML is an XML schema that describes a questionnaire. queXML...


Platforms: Windows

License: Freeware Download (44): queXML Download

1 2 3 4 5 >