Internet browsers support validating XML against XSD, but do there exist any plugins that can augment these capabilities to include Schematron or RELAX NG? I'm looking for one that works with Internet Explorer.
Asked
Active
Viewed 595 times
2 Answers
1
A possible solution is to take the XSL which can be generated from the Schematron schema for validation. Performing the XSL transformation is also possible in the web browser. Some solutions are described here: xml-xsl-transform-using-javascript-jquery
To generate the validation stylesheet from the Schematron schema you could use XML ValidatorBuddy
0
all I know there is no one,only a few XML editor tools can support the validation against the schematron or RELAX NG

edwin_uestc
- 169
- 2
- 11