-1

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.

Mike Mertsock
  • 11,825
  • 7
  • 42
  • 75
Melab
  • 2,594
  • 7
  • 30
  • 51

2 Answers2

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

Community
  • 1
  • 1
Clemens
  • 1,744
  • 11
  • 20
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