Download the PHP package xp-framework/xml without Composer
On this page you can find all versions of the php package xp-framework/xml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xp-framework/xml
More information about xp-framework/xml
Files in xp-framework/xml
Download xp-framework/xml
More information about xp-framework/xml
Files in xp-framework/xml
Vendor xp-framework
Package xml
Short Description XML APIs for the XP Framework
License BSD-3-Clause
Homepage http://xp-framework.net/
Package xml
Short Description XML APIs for the XP Framework
License BSD-3-Clause
Homepage http://xp-framework.net/
Please rate this library. Is it a good library?
Informations about the package xml
XML APIs for the XP Framework
The xml package provides APIs to handle XML.
XML data
Most of the time, XML is used to hold data. In this case, a fully blown DOM api is too much overhead to work with the data. This is where the xml.Tree class comes in.
This example will print out a nicely formatted XML document:
XSL Transformation
The DomXSLProcessor class uses LibXSLT and thus supports EXSLT features like user functions, callbacks, string functions, dynamic evaluation and more.
A simple example:
XPath queries
All versions of xml with dependencies
PHP Build Version
Package Version
Requires
xp-framework/core Version
^12.0 | ^11.0 | ^10.0
xp-framework/collections Version ^10.0 | ^9.0 | ^8.0
xp-framework/reflection Version ^3.1
php Version >=7.4.0
xp-framework/collections Version ^10.0 | ^9.0 | ^8.0
xp-framework/reflection Version ^3.1
php Version >=7.4.0
The package xp-framework/xml contains the following files
Loading the files please wait ....