An open API service indexing awesome lists of open source software.

https://github.com/bchoubert/php-xml-validation


https://github.com/bchoubert/php-xml-validation

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# php-xml-validation

This project demonstrates how the validation of XMLs files is easy with the `schemaValidate()` PHP function.

This function takes the path to the XSD file and is called on the DOM Document object reprensenting the XML file content.