How can I validate XML documents and schema written according to XML 1.1 specifications, in Eclipe I
- by JSteve
How can I write and validate my XML schema and documents according to XML 1.1 specifications, by using Eclipse IDE.
Probably by using latest Apache xerces parser (that is perhaps the only parser to date, implementing XML 1.1 recommendations)? If yes then how can I replace Eclipse system XML parser to xerces 2.9 or add/configure a new one?