Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to to write a schema in xsd 1.1. Can somebody let me know if there is any Java xml processor supporting schema 1.1?

share|improve this question

1 Answer

up vote 2 down vote accepted

AFAIK saxon 9.3 has complete implementation of schema 1.1 and apache xercess 2.11 supports only partialy. BTW Schema 1.1 specifications have not yet been released for production use.

share|improve this answer
Thanks for answer but isn't saxon commercial software? – Andria Jones Dec 10 '10 at 20:03
I got the answer. Its home edition is free – Andria Jones Dec 10 '10 at 20:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.