Validating XML with XSLT or Schematron in the Eclipse XML Editor?

How can we validate an XML document using schematron or xslt in the Eclipse xml editor? The idea is to extend the real-time XML documentation in the eclipse xml editor using some rule-based validation method.

+3
source share
1 answer

I have not used it myself, but you can take a look at the Schematron Eclipse Plugin from Castle Designs. When I have to use Eclipse, I usually use the Eclipse oXygen plugin option . I've been using oXygen for about six years now, so I think I'm a satisfied user.

+1
source

Source: https://habr.com/ru/post/1762545/


All Articles