phpXML Support forum 180 phpXML is a class for accessing XML documents through the powerful XPath language WITHOUT requiring the DOM XML extensions to be setup on your server. phpXML is a class for accessing XML documents through the powerful XPath language WITHOUT requiring the DOM XML extensions ...
... has been updated to use Amazon Webservices Version 2 (search order, number of results). Amazon API Access with PHP and XML Support forum amazon A PHP XML class to access Amazon API they released Amazon API Access with PHP and XML amazon_webservice_api controller script Amazon API webservice class ...
DOMIT! RSS parser Support forum domit-rssparser RSS feed parser based on pure PHP XML parser DOMIT! RSS is an RSS feed parser written purely in PHP. It therefore does not require the installation of any PHP extensions. Unlike most other PHP RSS clients, it uses a DOM XML parser -- DOMIT! -- to convert ...
... and files by name of file name extension. The generated XML sitemap file is stored in the sitemap.xml file in the Web site root directory. PHP XML SiteMap Generator Class Support forum xmlsitemapgenerator Generate a XML sitemap from Web page files Automated Site Map Generator Class A sample index ...
- Parses arbitrary XML input and builds an array with the structure of all tag and data elements. - It can validate and extract data from a whole XML document with just a single call. It supports validationg common tag value data types and can perform custom validations using a subclass. - Optionally ...
PHP XML Little Parser Support forum xml_little_parser Parse XML documents into nested arrays This class can be used to parse XML documents. It parses a XML document passed as string and builds a nested array with document structure. The class returns the whole array with the XML document structure ...
... named as the tags in the XML data, with the cdata for values. Can also be used for statistics on the XML file. See http://www.hansanderson.com/php/xml/ for more information and samples. XML Tree Maker Site Meter
... Edit XML documents with Expat DOM implementation This class is meant to read and write XML documents implementing the DOM API using the PHP XML functions based on the Expat library. The class is able to open an XML document, parses it, and lets the developer change anything in the document: add nodes ...
... Rupom to make it process XML with illegal characters used in HTML documents. It pre-processes the XML document to escape ampersand characters so the PHP XML parsing functions can accept them. After extracting the document structure into arrays, the class restores the original ampersands and fixes any ...
Data to XML Support forum datatoxml Generate XML documents from data in MySQL database This package can be used to generate XML documents from data stored in a MySQL database. It can execute a given SQL SELECT query and generate a XML document with query result data. screenshot screenshot sample ...