XML processing with PHP
Introduction
XML is Extensible Markup Language. It is a markup language – much like HTML – and was designed to describe data. XML uses tags but these tags are not predefined as in HTML. In XML you define your own tags. All XML documents have 3 types of components: Elements, attributes and data.
Let’s [...]
الكلمات الدليلية 'XML'
XML processing with PHP
AIR Project XML
AIRProjectXML
By: Vagharshak Tozalakyan
This package can be used to read and write Adobe AIR application files.
It provides classes for composing several types of elements of AIR projects such as windows, icons, file types, applications, as well classes for parsing and generating AIR XML project definition files.
The package also comes with Web based user interface for managing [...]
XML Resource Bundle
XML Resource Bundle
By: pietro ferraresi
This class can be used to parse and extract values of properties defined in XML files in the format specified by Sun Microsystems.
It can take the path, file name and language of a XML properties file and parses it.
The class makes available the properties values by the means of an accessory [...]
XML DAO Builder
XML DAO Builder
By : Adolfo Eloy
This package can be used to generate database access classes from XML definitions.
It can parse a class definition in a XML format and generate the code for the class with variables that map column definitions.
Currently the it adds getter and setter functions to the generated class for each of the [...]
XML Cacher
XML Cacher
By : livingdead
This class is meant to parse and transform XML documents with an XSL stylesheet.
It uses PEAR::Cache package to cache the results of parsing and transforming stages to reduce the time to generate the final output after the first time the same XML documents are processed.
It uses the domXML API to [...]
