Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Validate XSD with XML using javascript [duplicate]

please tell me how to parse or validate XML with XSD using JavaScript?

like image 506
Venkat Vakiti Avatar asked Mar 19 '26 20:03

Venkat Vakiti


1 Answers

If it's client-side (in-browser) Javascript, I'm not aware of any XSD validator that runs in the browser. I would create a server-side validation service and invoke it from Javascript as a web service.

like image 189
Michael Kay Avatar answered Mar 22 '26 09:03

Michael Kay



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!