XML Validation Permanently deleted user 创建于 2004年04月28日 22:51 When validating XML with Tools | Validate, I imagine that IntelliJ is using a third party tool. Is this actualy the case? If it is, is it possible to know what tool and what version is used?Alex
I think the JDK comes with a validating XML parser, and also, xerces.jar is included in IDEA's libraries folder. (Xerces is another XML parser.)