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

Parse Xml freeware
Filter: All | Freeware | Demo
 

Parse Xml

< 1 2 3 4 5 > 
Released: July 24, 2012  |  Added: July 24, 2012 | Visits: 604

XML Database Mapper myXDM(XML-Database Mapper)is a mapping tool between XML and Database. It can parse XML format data and save it into Database, query data from Database and transform it to XML format data. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.71 MB Download (49): XML Database Mapper Download

Added: June 06, 2010 | Visits: 1.226

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print... Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: September 05, 2010 | Visits: 834

GooeySAX GooeySAX is a cross-platform tool that wraps an underlying SAX parser (Apache Xerces, to be exact) in a Java Swing interface. You can use GooeySAX to parse XML documents on your local file system or across the network to determine their Well-Formedness. With the optional Validity setting... Platforms: *nix

License: Freeware Download (94): GooeySAX Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 823

Chilkat Class Libraries for Java The full suite of Chilkat components & libraries are now available for the Java programming language. Commercially licensed components include: Email (POP3 / SMTP) IMAP Zip, GZip, and Unix Compress Encryption MIME and S/MIME FTP HTTP MHT Charset Bounce Freeware components include:... Platforms: Windows

License: Freeware Download (53): Chilkat Class Libraries for Java Download

Added: June 09, 2013 | Visits: 323

API::Plesk API::Plesk is a Perl module that provides interaction with Plesk 8.3.0 (API 1.5.0.0). Complete support of operations with Accounts, partial support of work with Templates (account and domains). Support of addition of domains to user Accounts. API::Plesk module gives the convenient interface for... Platforms: *nix

License: Freeware Size: 20.48 KB Download (35): API::Plesk Download

Added: September 21, 2013 | Visits: 298

API::PleskExpand API::PleskExpand is a Perl module that provides interaction with Plesk Expand 2.2.4 (API 2.2.4.1). Complete support of operations with Accounts, partial support of work with domains. Support of addition of domains to user Accounts. API::PleskExpand module gives the convenient interface for... Platforms: *nix

License: Freeware Size: 10.24 KB Download (46): API::PleskExpand Download

Added: June 23, 2013 | Visits: 208

NodeTree Most XML libraries fit into one of two categories; they either parse XML streams with callbacks for each event encountered but leave it to the user to store and organize these events (such as expat or SAX), or they parse the entire XML document into memory in one batch and return a handle to the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): NodeTree Download

Released: December 22, 2012  |  Added: December 22, 2012 | Visits: 553

MusicBrainz Tagger MusicBrainz ...is a user-maintained community music metadatabase MusicBrainz provides a catalog of music metadata such as the artist name, the release title, and the list of tracks that appear on a release. Since 2005, users have the option to further relate each of these entities using a... Platforms: Windows, Mac, Linux

License: Freeware Size: 15 MB Download (932): MusicBrainz Tagger Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 262

TinyXPath : tiny C++ XPath Small footprint C++ library to extract an XPath 1.0 expression from an XML tree. Uses the TinyXML project to parse XML trees and store intermediate results. Runs on any platform. Optional use of STL. Overhead less than 100KB, including TinyXML. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 108.47 KB Download (48): TinyXPath : tiny C++ XPath Download

Added: May 10, 2013 | Visits: 806

Support for the "in" operator This script adds support for the "in" operator to the attributes map of minidom elements. When you parse XML using minidom, you can get a map of attributes for any element. The problem is that using the "in" operator on this map will raise an exception and this script will fix it.  Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Support for the "in" operator Download

Added: March 07, 2010 | Visits: 1.014

XML Parse Library XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. It supports all valid XML, and... Platforms: *nix

License: Freeware Size: 11.26 KB Download (104): XML Parse Library Download

Added: June 20, 2010 | Visits: 1.143

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name... Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: November 06, 2010 | Visits: 1.703

XML::Excel XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status = $excel_obj->parse_doc(file_name, %attr); $excel_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): XML::Excel Download

Added: January 22, 2010 | Visits: 1.391

XML::CSV XML::CSV is a Perl extension converting CSV files to XML. SYNOPSIS use XML::CSV; $csv_obj = XML::CSV->new(); $csv_obj = XML::CSV->new(%attr); $status = $csv_obj->parse_doc(file_name); $status = $csv_obj->parse_doc(file_name, %attr); $csv_obj->declare_xml(%attr);... Platforms: *nix

License: Freeware Size: 7.17 KB Download (134): XML::CSV Download

Added: November 15, 2010 | Visits: 984

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser... Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

Added: January 09, 2010 | Visits: 997

XML::Mini XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string... Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): XML::Mini 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

Added: May 10, 2013 | Visits: 592

ActiveLink PHP XML Package ActiveLink PHP XML Package provides an easy interface to parse, read, modify, and output XML and XML documents. ActiveLink PHP XML Package is purely implemented in PHP and does not require any PHP XML extensions (including xml or domXML). Provided classes are: XML, XMLDocument, XMLBranch,... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): ActiveLink PHP XML Package Download

Added: May 03, 2013 | Visits: 628

php xml db tools for Schema 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: PHP

License: Freeware Size: 10 KB Download (46): php xml db tools for Schema Download

Added: November 23, 2010 | Visits: 1.356

Template::Plugin::XML Template::Plugin::XML is a XML plugin for the Template Toolkit. SYNOPSIS [% USE XML; dom = XML.dom(foo.xml); xpath = XML.xpath(bar.xml); simple = XML.simple(baz.xml); rss = XML.simple(news.rdf); %] [% USE XML(file=foo.xml); dom = XML.dom xpath = XML.xpath # ...etc... %] [% USE... Platforms: *nix

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

< 1 2 3 4 5 >