How can we validate xml document by either schematron or xslt in Eclipse xml editor? The idea is to extend xml document live validation in eclipse xml editor with some rules based validation method.
Asked
Active
Viewed 2,433 times
5
-
1I've retagged your question. This is specific Eclipse IDE question and not general XSLT question. – Aug 31 '10 at 22:13
1 Answers
1
I've not used it myself but you might want to take a look at Schematron Eclipse Plugin from Castle Designs. When I'm forced to use Eclipse I generally use the Eclipse plugin variant of oXygen. I've been using oXygen for about six years now so I guess I'm a satisfied user.

Nic Gibson
- 7,051
- 4
- 31
- 40
-
1Thank you for the suggestion but my problem is not to write schema itself. Instead my issue is to validate xml against already written schema. I have to choose either XSLT or Schematron to extend my xsd schema but the question is, which of them could instant validate xml documents in Eclipse? and how? – WSK Sep 26 '10 at 06:07