https://github.com/bchoubert/php-xml-validation
https://github.com/bchoubert/php-xml-validation
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bchoubert/php-xml-validation
- Owner: bchoubert
- Created: 2017-06-19T12:43:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T19:19:25.000Z (over 8 years ago)
- Last Synced: 2025-07-24T00:52:48.467Z (5 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.