views:

78

answers:

1

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.

A: 

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
@newt: Thank 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?
Leslie Norman