-
XML documents are parsed using the DOM Document class and nodes of a specified name are extracted.Then XML Class can retrieve the values of the elements with a given name that are inside the previously retrieved nodes.Requirements: PHP 4.0 or higher
-
XML to Sensible Array takes a XML document string and parses it to build an array with the document structure.A nested associative array with details of each document node, such as the tag names, attributes and contained data, is returned.Requirements:PHP 4.0 or higher
-
The XML document is parsed and rewritten with optional changes.Tags can be idented, line breaks can be added, transformations to special characters can be applied and regular expressions can be used to replace character data.
-
PHP SlashHeadlines Class is a class to grab headlines from the XML files offered by Slashdot. Incorporates caching to prevent repeated fetch calls.
-
Ip3 NetAccess XML API connects to a the Web services server of an IP3 NetAccess appliance with a give IP address. Arbitrary commands with a specified XML request body data, can be sent.The response from the appliance device is returned in a string.Requirements: PHP 5.0 or higher
-
Profiling reports are saved to files in CSV or XML format.Requirements: PHP 3.0 or higher
-
An XSL stylesheet can be used to process the output through xmlForm.
-
XML_Array class can be used to store and retrieve the contents of an array from a XML document. It can traverse a multidimensional array and generate the a XML document using the array entry keys as XML tags and the array entry values as tag data.XML_Array class can also do the opposite operation, parsing a XML document to build an ...
-
var_export is a PHP function that can be used to export variable values as text string. The exported data can be used as an alternative to XML or JSON to pass complex data values between the same or different computers.Evaluator functions can be used to unserialize and restore the original values exported with var_export. Alternatively, it can also parse the ...
-
XML Sapiens Processor is a compact toolkit for processing of documents from scenario definitions in a XML Sapiens format. It takes XML files with data, XML Sapiens scenarios and environment variables as input parameters. Then it returns a parsed page or an XML tree for further format processing.XML Sapiens Processor compiles documents from separated data, presentation template and XML Sapiens ...
-
A name is assiged to every node, and one or more children nodes can be added to it. Node may also export the hierarchy of nodes to a XML document. It may also import a XML document and build an hierarchy of node objects from the XML tag nodes.The children of a node may be accessed as object variables with ...
-
Resultset2xml traverses a result set of an already executed SELECT query and maps query results column values into nodes of data of the XML document.The XML document root node tag, the tag of each result row, and the tags of each result row column are configurable. The XML document resulting gets returned as a single string.Requirements: PHP 4 or higher
-
This class provides a PHP interface to process XML documents with XSLT using the Xalan Java package of Apache Software Foundation.
-
rds classes implements a SOAP protocol client to exchange data with Quickbooks XML (QBXML) messages via Remote Data Sharing (RDS).The NuSOAP package is necessary because this class extends the NuSOAP client class to implement the SOAP client.
-
File2XML lists the files of a given directory that have one of a list file name extensions.File2XML generates a XML document that includes information from all the listed files, including the file name, file size and the file contents encoded using base64.The XML document gets stored in a file with a specified path.

