metasyntactical/w3c-xml-namespaces

PHP Library containing XML schemas for various w3c xml namespaces to be used for schema validation of xml documents

v1.0.0 2017-04-27 22:40 UTC

This package is not auto-updated.

Last update: 2024-04-25 19:38:49 UTC


README

This library contains several useful xsd schemas defined by the W3C to be able to validate against the schema definitions without requiring access to the internet.

Installation

Open a command console, enter your project directory and execute the following command to download the lates stable version of this bundle:

$ composer require metasyntactical/w3c-xml-namespaces

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.