How can I validate XML documents and schema written according to XML 1.1 specifications, in Eclipe I
Posted
by JSteve
on Stack Overflow
See other posts from Stack Overflow
or by JSteve
Published on 2010-05-15T02:27:47Z
Indexed on
2010/05/16
16:10 UTC
Read the original article
Hit count: 459
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?
© Stack Overflow or respective owner