Categories
Tags → Php Parse Xml

OPML Parser PHP Class

This PHP class parses an OPML file (provided its URL) and returns an array with all the parsed data. This array contains, for each of the OPML file s elements the following attributes: link_url, link_name, link_target, link_description, link_rss, cre...
DETAILS

XML 2 Array

The XML to Array PHP script takes the hard work out of constantly developing custom PHP code to parse an XML document. A simple call the the XML to Array function with the appropriate repeating level will call your user defined function to process th...
DETAILS

PHP XML Parser

Magic Parser for PHP can parse just about any XML or CSV variant (comma, tab, pipe separated values etc.) text file, ideal for parsing affiliate product feeds, exported spreadsheet data etc. The script will automatically detect the format of almost a...
DETAILS

CXS - Compact XML Serialization

CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectiv...
DETAILS

Indigo GoogleFlash

Indigo GoogleFlash is written in PHP and Flash MX 2004. Indigo GoogleFlash allows you to search Google.com in a unique way without page results in a frame. Indigo GoogleFlash uses the nuSOAP class to retrieve the search results from Google.com and ...
DETAILS

lastRSS.php

lastRSS.php is a simple yet powerful PHP class to parse RSS 0.9x, 1.0, and 2.0. It uses quick regular expressions instead of an XML parser, and it returns an associative array with RSS fields as a result. It has a transparent caching system, and allo...
DETAILS

MiniXML

MiniXML provides a 100% PHP API to parse and generate XML. It is comprised of a set of PHP classes that allow you to access XML data and create valid XML output with a tree-based hierarchy of elements. MiniXML does not require any external libraries ...
DETAILS

eZ xml

eZ xml is a DOM XML parser written in 100% PHP that is compatible with the libXml DOM parser. eZ xml will parse well formed XML and return an object tree. It will report errors if the XML is not well formed.
DETAILS
©2003-2019 jCay.com