Download the PHP package shulard/atoum-xml-extension without Composer
On this page you can find all versions of the php package shulard/atoum-xml-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shulard/atoum-xml-extension
More information about shulard/atoum-xml-extension
Files in shulard/atoum-xml-extension
Download shulard/atoum-xml-extension
More information about shulard/atoum-xml-extension
Files in shulard/atoum-xml-extension
Vendor shulard
Package atoum-xml-extension
Short Description The atoum xml extension allows you to make assertions on XML files
License apache-2
Homepage http://www.atoum.org
Package atoum-xml-extension
Short Description The atoum xml extension allows you to make assertions on XML files
License apache-2
Homepage http://www.atoum.org
Please rate this library. Is it a good library?
Informations about the package atoum-xml-extension
shulard/atoum-xml-extension

This atoum extension allows you to test XML document using atoum. It's possible to execute xpath against the document or to validate it using DTD, XSD or RelaxNG schema. You can use it to validate HTML documents too.
Example
When running this test, the XML document will be loaded and:
- Validate the document using a DTD;
- Check if
atom
namespace is present in document declaration; - Check that
dc
namespace is used inside the document; - Execute a xpath one namespaced node and check returning node collection.
Install it
Install extension using composer:
Enable and configure the extension using atoum configuration file:
Use it
Links
Licence
atoum-xml-extension is released under the Apache2 License. See the bundled LICENSE file for details.
All versions of atoum-xml-extension with dependencies
PHP Build Version
Package Version
Requires
atoum/atoum Version
^2.8 || ^3.0
The package shulard/atoum-xml-extension contains the following files
Loading the files please wait ....