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

Php Xml Parser Example freeware
Filter: All | Freeware | Demo
 

Php Xml Parser Example

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 364

DOMIT! RSS DOMIT! RSS is an RSS parser for PHP, written purely in PHP. Unlike most existing PHP RSS clients, it uses a DOM XML parser -- DOMIT! -- to convert an RSS feed into a DOM document that can be traversed using the standard DOM methods.



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

License: Freeware Download (63): DOMIT! RSS Download

Added: August 29, 2013 | Visits: 433

Elegant Twitter Widget A WordPress widget that displays twitter updates in yummy valid semantic XHTML code. The code is heavily commented and the output is in template functions so everything is fully customizable.In this version, the plugin grabs the XML twitter feed and parses it using the PHP XML parser, instead of...





Platforms: PHP

License: Freeware Size: 10 KB Download (40): Elegant Twitter Widget Download

Added: June 26, 2013 | Visits: 311

TinyXML TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs. I found myself writing a text file parser every time I needed to save human readable data or serialize objects; I created TinyXML to solve the text I/O file once and for all. (Or, as a friend said, end...


Platforms: Mac

License: Freeware Size: 286.72 KB Download (42): TinyXML Download

Added: September 24, 2013 | Visits: 344

TinyXML for Linux TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML.


Platforms: *nix

License: Freeware Size: 286.72 KB Download (33): TinyXML for Linux Download

Added: June 26, 2013 | Visits: 496

AsmXml for Linux AsmXml is a very fast XML parser and decoder for x86 platforms (Windows, Linux, BSD and Mac OS X). It achieves high speed by using the following features: Written in pure assembler Optimized memory access More than a parser: parsing and decoding at the same time (decoding means that...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (37): AsmXml for Linux Download

Added: August 08, 2013 | Visits: 398

ll-xist XIST is an extensible HTML and XML generator. XIST is also a XML parser with a very simple and pythonesque tree API. Every XML element type corresponds to a Python class and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered 'object...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (44): ll-xist Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 531

Expat Objective-C Bindings A small Objective-C library which provides a SAX-like object-oriented interface to the Expat XML parser library.


Platforms: Windows, Mac, Linux

License: Freeware Size: 31.94 KB Download (51): Expat Objective-C Bindings Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 394

obliquid Obliquid is a PHP/XML framework for building groupware Web portals. It provides Lego bricks that may be composed to build an Internet application. It has multilingual support and themes. Modules include user management, calendar, news, cms and messaging.


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.12 MB Download (54): obliquid Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 605

PXMBoard PXMBoard (PHP XML/XSLT MySQL) is a php based forum software. It supports smarty and/or xslt as template languages and mysql or postgresql as dbms.


Platforms: Windows, Mac, Linux

License: Freeware Size: 523.93 KB Download (45): PXMBoard Download

Added: May 10, 2013 | Visits: 906

PXMBoard PXMBoard (PHP XML/XSLT MySQL) is a php based forum software. It supports smarty and/or xslt as template languages and mysql or postgresql as dbms.


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

License: Freeware Download (57): PXMBoard Download

Added: September 26, 2010 | Visits: 956

XML::RSS::Parser XML::RSS::Parser is a liberal object-oriented parser for RSS feeds. SYNOPSIS #!/usr/bin/perl -w use strict; use XML::RSS::Parser; use FileHandle; my $p = XML::RSS::Parser->new; my $fh = FileHandle->new(/path/to/some/rss/file); my $feed = $p->parse_file($fh); # output some values my...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): XML::RSS::Parser Download

Added: May 10, 2013 | Visits: 598

HTML Parser for PHP 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: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): HTML Parser for PHP Download

Added: April 03, 2013 | Visits: 625

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 (44): HTML Parser for PHP for Scripts Download

Added: August 23, 2010 | Visits: 1.031

PXR::Parser PXR::Parser is a Pure Perl SAX XML Push Parser. SYNOPSIS use PXR::Parser; my $parser = PXR::Parser->new( Handlers => { startDocument => &start_doc, endDocument => &end_doc, startElement => &start_element, endElement => &end_element, characters => &characters, } );...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (105): PXR::Parser Download

Added: July 16, 2013 | Visits: 423

PHP AnyXML for XML Tools AnyXML is an XML read-only class which offers PHP5 SimpleXML's capabilities on ANY host, even if PHP4 and/or without the expat extension;AnyXML will always choose the best available library to offer its functionality. Your solution to PHP XML messes.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (43): PHP AnyXML for XML Tools Download

Added: January 18, 2010 | Visits: 1.608

ezXML ezXML is a C library for parsing XML documents inspired by simpleXML for PHP. As the name implies, its easy to use. Its also fast and lightweight (less than 20k compiled). Example Usage Given the following example XML document: < ?xml version="1.0"?> < formula1> < team name="McLaren"> <...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (148): ezXML Download

Added: June 27, 2010 | Visits: 1.041

The Epeios XML preprocessor 0.2.1 The Epeios XML preprocessor (expp in short) is a tool which transforms an XML file to another XML file, by using tags owned by a given namespace (xpp by default, but you can change it). This tags allow to handle macros, to affect value to variables ant to test their values, to include files, ......


Platforms: *nix

License: Freeware Size: 389.12 KB Download (90): The Epeios XML preprocessor 0.2.1 Download

Added: August 09, 2010 | Visits: 1.739

PHP Database Interface 1.0 PHP Database Interface is an easy to use PHP database interface meant to give applications universal support across many databases, including several flat file formats. Installation These are just a few notes installation notes regarding DBi and using it with your project txtSQL support...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (109): PHP Database Interface 1.0 Download

Added: November 15, 2010 | Visits: 1.272

jFlash System jFlash is a multilingual, web-based flashcard system based on open web standards, PHP, and XML. jFlash System consists of two principal software modules: 1. A PHP system for indexing and delivering flashcard content. 2. A browser-neutral Javascript application that parses out and presents a...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (127): jFlash System Download

Added: February 12, 2010 | Visits: 1.316

SafeHTML SafeHTML is an anti-XSS HTML parser, written in PHP. This parser strips down all potentially dangerous content within HTML: - opening tag without its closing tag - closing tag without its opening tag - any of these tags: “base”, “basefont”, “head”,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (129): SafeHTML Download

< 1 2 3 4 5 >