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

Php Xml Parsing freeware
Filter: All | Freeware | Demo
 

Php Xml Parsing

< 1 2 3 4 5 
Added: March 08, 2010 | Visits: 758

XMLParser for PHP XMLParser is a library that assists in parsing XML documents into generic PHP arrays. It also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds..



Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): XMLParser for PHP Download

Added: May 10, 2013 | Visits: 461

XML-RPC for PHP It is a library implementing the XML-RPC protocol, written in PHP. It is also known as PHPXMLRPC. It is designed for ease of use, flexibility and completeness. Extra modules provide support for the JSON and JSONRPC protocols. A javascript version of the library is also available. Speed and...





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

License: Freeware Download (54): XML-RPC for PHP Download

Added: March 07, 2010 | Visits: 1.013

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 (103): XML Parse Library Download

Added: April 14, 2010 | Visits: 852

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: July 06, 2010 | Visits: 1.237

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: September 14, 2010 | Visits: 1.356

Yahoo::Search::XML Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search. The XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (101): Yahoo::Search::XML Download

Added: November 24, 2010 | Visits: 874

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): XML::Parser Download

Added: March 16, 2010 | Visits: 881

XML::SAX::Intro XML::SAX::Intro is an Introduction to SAX Parsing with Perl. XML::SAX is a new way to work with XML Parsers in Perl. In this article well discuss why you should be using SAX, why you should be using XML::SAX, and well see some of the finer implementation details. The text below assumes some...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (101): XML::SAX::Intro Download

Added: April 11, 2010 | Visits: 619

XML::Xerces::DOMParse XML::Xerces::DOMParse is a Perl module for parsing DOMs. SYNOPSIS # Here;s an example that reads in an XML file from the # command line and then removes all formatting, re-adds # formatting and then prints the DOM back to a file. use XML::Xerces; use XML::Xerces::DOMParse; my $parser =...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (99): XML::Xerces::DOMParse Download

Added: May 10, 2013 | Visits: 491

Halo Zeta stats This is a PHP project for parsing Halo 2 XML logs from bungie.net and displaying the data in various ways.Support for storing the data in a database may be added in the future. At the moment the code consist of a few PHP classes that parses the XML.


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

License: Freeware Download (55): Halo Zeta stats Download

Released: August 05, 2012  |  Added: August 05, 2012 | Visits: 605

SAXY - A SAX XML parser for PHP SAXY is a Simple API for XML (SAX) parser for PHP, written purely in PHP. It is lightweight, fast, and modelled on the Expat parser.


Platforms: Windows, Mac, Linux

License: Freeware Size: 39.01 KB Download (54): SAXY - A SAX XML parser for PHP Download

Added: May 10, 2013 | Visits: 369

Parsing an XML file with xml.parsers.expat This script shows you a reusable way to use "xml.parsers.expat" to parse an XML file. When re-using the "MyXML" class, all you need to define a new class, with "MyXML" as the parent. Once you have done that, all you have to do is overwrite the inherited XML handlers and you are ready to go.


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

License: Freeware Download (49): Parsing an XML file with xml.parsers.expat Download

Added: December 31, 2012 | Visits: 802

glade2 to php-gtk b glade2 to php-gtk project is intended for exporting the XML files created under Glade2 to a PHP-GTK fileThere are 3 versions : -PHP script (command line). -PHP-GTK script. -Win32 executable.


Platforms: BSD Solaris

License: Freeware Download (51): glade2 to php-gtk b Download

Added: May 31, 2013 | Visits: 300

ezXML for XML Tools ezXML is a C library for parsing XML documents inspired by simpleXML for PHP.As the name implies, it's easy to use. It's ideal for parsing XML configuration files or REST web service responses. It's also fast and lightweight (less than 20k compiled).


Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): ezXML for XML Tools Download

Added: July 25, 2013 | Visits: 454

glade2 to php-gtk for XML Tools glade2 to php-gtk project is intended for exporting the XML files created under Glade2 to a PHP-GTK fileThere are 3 versions :-PHP script (command line).-PHP-GTK script.-Win32 executable.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): glade2 to php-gtk for XML Tools Download

Added: May 08, 2013 | Visits: 966

PHP XSLT This is a small PHP code snippet to style XML documents with XSLT stylesheetsThe script can even be called from PHP's command line.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): PHP XSLT Download

Released: January 16, 2008  |  Added: January 26, 2008 | Visits: 4.861

Alchemist XML IDE Standard FREEWARE Alchemist's best-in-class features for working with XML, XSL, XSLT, XPath, SQL/XML, code generation, database to XML mapping and many other XML technologies. Alchemist is a product that provides the necessary infrastructure to build pieces of reusable software or aplications. The product is...


Platforms: Windows

License: Freeware Size: 5.13 MB Download (1208): Alchemist XML IDE Standard FREEWARE Download

Added: February 08, 2010 | Visits: 919

safox safox is a simple PHP API for XML handling. safox merges the DOM approach with XML, and it provides a simple, object-oriented API for PHP-based XML generation, parsing, manupilation, and traversal. SAFOX provides a generation package and a package that parses XML documents and returns...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (87): safox Download

Added: February 08, 2010 | Visits: 744

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 (114): XML::IDMEF Download

Added: February 08, 2010 | Visits: 645

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


Platforms: *nix

License: Freeware Size: 25.6 KB Download (102): XML::IODEF Download

< 1 2 3 4 5