-
RSS_PHP can load and parse XML documents from local files or remote documents via HTTP, automatically detecting the document character set encoding. Arrays can also be converted to XML documents and back.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.Requirements: PHP 5.0 ...
-
XMLTree parses a XML document file and builds a tree of document node objects. A class variable is used to store the root of the tree of nodes.Requirements: PHP 5.0 or higher
-
XMLElement extends the Node class and can add nested tag nodes to the document, as well set the text data and the tag attributes.After composing the tree structure, the XML document can be generated as a single string.Requirements: PHP 5.1 or higher
-
pTree provides classes that abstract an hierarchical data structures like trees. There is one class for abstracting trees and another for tree nodes. These classes are expected to be extended by sub-classes in concrete applications.The tree node class has functions for adding and removing children nodes, setting and getting the node value, name and comment, and serializing and serializing the ...
-
PHP Tree Graph Ext is an enhanced version of the original PHP Tree Graph class.Key Features of PHP Tree Graph Ext:- Set title of the node- Insert nodes without any order- Choose which node will be the root (all non-child nodes will not be shown)- Set margins of the imageRequirements: PHP 5.0 or higher
-
A random number of objects that represent HTML tag nodes are generated. Each object may have a random number of child HTML tag nodes up to to a given limit of nested depth. Each HTML tag node is also filled with random data.Once the random tree of HTML nodes is generated, the HTML document is generated as the output of ...
-
The XML document is parsed and node objects are created. The node object hierarchy can be traversed to go to parent, to child nodes or sibling nodes.The document nodes can be modified or added. The modified document can be regenerated in XML format.Requirements: PHP 4.0 or higher
-
Node Tree can be used to manipulate an hierarchy of objects stored in a MySQL database. It provides basic methods (actions) that includes adding, editing, deleting, copying, moving and sorting object nodes.Node Tree includes scripts that provide a Web interface to manipulate the object hierarchy. Database query debug information is dumped at the end of the scripts.The node classes can ...
-
Binary Tree can be used to manage an hierarchies of objects within a binary.Each object of Binary Tree is a node that may have a reference two descendent objects: the right and the left nodes. Each tree node object may contain a data variable of an arbitrary type.Binary Tree provides functions for adding nodes given the left and right descendent ...
-
List can be used to manage double-linked listed of elements that are automatically sorted. There is a class for managing the lists of elements of any type or class, and another for managing the list nodes of elements.The list class provides means to add new list nodes in a position determined by the sorting criteria.The sorting criteria can be customized ...
-
SQL Tree can create a table that will hold the information about the nodes of the tree. Elements in the tree can be added, removed or retrieved.Requirements: PHP 5 or higher
-
Regular Expression Selection in Event Driven XML Parsing can use regular expressions to find the XML document nodes relevant for each application. The SAXY XML parser class is used in order to work consistently under both PHP 4 and PHP 5.
-
xmlparser enhances the ezXML parses with a method that can return the value of a node, given its name.
-
Create A Simple XML FIle can create a XML document with a given character set encoding. It provided functions can be used to add a root node or additional child nodes.The resulting XML document can be displayed as part of the current script output or saved to a given file.
-
simple XML builds an hierarchy of objects that represent each XML document node. XML tag node objects have variables that reference document child nodes.simple XML uses the Expat parser built in every PHP version, so it does not need any other special extensions. It implements the functions found in PHP5's SimpleXML for PHP4.

