简体   繁体   中英

XML validation against XSD

Is there any Free tool to visually validate XML against XSD files containing abstract elements?

(XMLSpy works great but needs a licence).

I found that I can both:

Inttellij IDEA https://www.jetbrains.com/idea/

and

XmlValidator 3.0 - 2011.10.24 http://brain2cpu.com

can do the job.

I used this tool, and works fine. XMLSpear

Some features:

  • Full schema validation using DOM3 in Xerces 2.9.0
  • Real-time validation against schema or DTD while editing
  • XML catalog support (version 3.0
  • Checks xsd schemas for errors, in exactly the same way as normal xml files

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM