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

Free Xml Parser Contact Php software
Filter: All | Freeware | Demo
 

Free Xml Parser Contact Php

< 1 2 3 4 5 > 
Added: July 19, 2010 | Visits: 1.010

Parsifal XML Parser Parsifal is a validating XML 1.0 parser written in ANSI C. Parsifal API is based on SAX2. Parsifal can be used for parsing XML based messages (such as REST and RSS) and for application specific data processing e.g. config files, data files etc. Parsifal can also be used for document-oriented...



Platforms: *nix

License: Freeware Size: 757.76 KB Download (103): Parsifal XML Parser Download

Added: May 10, 2013 | Visits: 463

xml parser and generator Sometimes one needs a quick and dirty solution for parsing and generating xml. This script uses only the python parser itself for the parsing of xml. xml code is translated to valid python code and then evaluated. The generated objects can then be manipluated within python itself and treated as...





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

License: Freeware Download (55): xml parser and generator Download

Added: May 10, 2013 | Visits: 394

KXParse KXParse is a PHP-based, light-weight XML parser. This is a useful tool for you when you deal with XML files. It is compatible with all modern web browsers.


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

License: Freeware Download (53): KXParse Download

Added: April 03, 2013 | Visits: 620

HTML Parser for PHP for Scripts This is an open source HTML parser written in PHP. This parser also comes with a tool that converts HTML to text, as an example.This parser is designed for speed and flexibility. It does not create an object model for you. But it doesn't prevent you from using its results to create an object...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): HTML Parser for PHP for Scripts Download

Added: February 21, 2010 | Visits: 849

XML::Bare XML::Bare is a minimal XML parser implemented via a C state engine. SYNOPSIS use XML::Bare; my $xml = new XML::Bare( text => Bob ); # Parse the xml into a hash tree my $root = $xml->parse(); # Print the content of the name node print $root->{xml}->{name}->{value}; #...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): XML::Bare Download

Added: April 14, 2010 | Visits: 841

Bare XML Bare XML project is a XML parser with all primary parsing done via a simple state engine with about 20 or so different states. A tree structure is created during parsing, with all node names and values linked via pointers directly into the original text buffer. As such, Bare XML is extremely...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (88): Bare XML Download

Added: June 06, 2010 | Visits: 1.217

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 (140): SVG::Parser Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 498

FUNDAMENTALS XML FUNDAMENTALS XML was specially developed as a Delphi / FreePascal unit that can implement a XML parser and XML document objects. Now you can use this accessible and handy library to further improve your development process.


Platforms: Windows

License: Freeware Download (45): FUNDAMENTALS XML Download

Added: March 06, 2010 | Visits: 1.332

RapidXml RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. If you are looking for a...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (127): RapidXml Download

Added: April 14, 2010 | Visits: 717

xParse xParse is an XML Parser written in C++. It consists of two files: the .h and .cpp. xParse was designed to be very small and compact. xParse was created because I was frustrated by current XML Parsers. They were too big, too complicated, and/or lacked documentation. Whats New in This Release:...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (86): xParse Download

Added: October 05, 2010 | Visits: 725

libxml++ Libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. The GNOME 2.12 Desktop is the latest...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (87): libxml++ Download

Added: May 10, 2013 | Visits: 358

XML_HTMLSax XML_HTMLSax is a SAX based XML parser for badly formed XML documents, such as HTML. PEAR::XML_HTMLSax provides an API very similar to the native PHP XML extension, allowing handlers using one to be easily adapted to the other. The key difference is HTMLSax will not break on badly formed XML,...


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

License: Freeware Download (48): XML_HTMLSax Download

Released: February 03, 2009  |  Added: May 07, 2009 | Visits: 1.735

Altova Authentic Altova Authentic 2009 is a FREE XML and database content editor that allows non-technical business users to view and edit data in XML documents and relational databases without being exposed to the underlying technology. They simply fill in electronic forms using the word processor-style WYSIWYG...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 27.76 MB Download (107): Altova Authentic Download

Added: May 02, 2010 | Visits: 831

Expat Expat is a stream-oriented XML parser written in C. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (89): Expat Download

Added: February 11, 2010 | Visits: 918

Arabica January Arabica is a C++ XML parser toolkit that has a full SAX2 implementation (the Simple API for XML), including the optional interfaces and helper classes. It also implements the W3C DOM (Document Object Model) Level 2.0 Core, together with XPath 1.0. It delivers UTF-8 encoded std::strings or UCS-2...


Platforms: *nix

License: Freeware Size: 256 KB Download (90): Arabica January Download

Added: November 11, 2010 | Visits: 939

AsmXml AsmXml is a very fast XML parser and decoder for x86 platforms. The project achieves high speed by using the following features: - Written in pure assembler - Optimized memory accesses - Parsing and decoding at the same time To give an idea of the relative speed of AsmXml, the fastest open...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (95): AsmXml Download

Added: October 03, 2010 | Visits: 953

irrXML irrXML is a simple and fast open source xml parser for C++. Why another xml parser? Becouse irrXML is much faster and its very simple. It ideally fits into realtime projects which need to read xml data without overhead, like games. irrXML was originally written as part of the Irrlicht Engine...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (98): irrXML Download

Added: June 12, 2010 | Visits: 1.232

XML Tree Object Model Parser XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML Parsing API, and the second one is what I call XML...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (109): XML Tree Object Model Parser Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 640

Chilkat XML C++ Library Chilkat XML C++ Library is a high-level non-validating XML parser component that is free for both commercial and non-commercial use. Give Chilkat XML C++ Library a try to see what it's all about!


Platforms: Windows

License: Freeware Download (45): Chilkat XML C++ Library Download

Released: January 25, 2013  |  Added: January 25, 2013 | Visits: 734

lastRSS.php Simple yet powerfull PHP RSS parser/reader. Works as a PHP class and support RSS 0.9x, RSS/RDF 1.0 and RSS 2.0. It use quick regullar expressions instead of XML parser and returns associative array with RSS fields as a result.


Platforms: Windows, Mac, OS/2, Unix, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source

License: Freeware Size: 2 KB Download (56): lastRSS.php Download

< 1 2 3 4 5 >