How can I get the rules from an XML schema (.xsd) with PHP/JQuery?



I have a HTML form. I have to make an XML file from the form, but before that I have to validate it by right of an XML schema (.xsd). How can I get the validation rules from the xsd file to validate the form with PHP/JQuery? Or what do you suggest?


No comments:

Post a Comment