This package can be used to parse and manipulate XML documents.
It can load and parse XML documents from local files or remote documents via HTTP, automatically detecting the document character set encoding.
The class can also convert arrays to XML documents and vice-versa.
The document nodes may be searched by tag, value, or using XPath query expressions.
Loaded XML documents may be modified and saved back in the XML format.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
iconv.php |
Class |
functional encoding detection - also provides access to a list of all the host machines php supported encodings |
xml.php |
Class |
XML Encoding Detection and Converion to UTF-8 |
| File |
Role |
Description |
handler.php |
Class |
Custom HTTP Transport Handler |
request.php |
Class |
Creates valid http requests for use with HTTP_HANDLER |