Supported XML Validators
If you need to validate the active document with another validator than the built-in one (MSXML) you have the possibility to use a custom validator. The document is validated against the schema declared in the document (use the "$(Schema.URL)" macro).
These validators are configured by default:
MSXML 6
Copyright © 2001-2009 Microsoft. All rights reserved.
Able to validate the active document against DTD, or XML Schema.
This is the built-in (default) XML Validator. To validate an XML Document using MSXML, click XML > Validate or press F8.
Jing
Copyright © 2001-2003 Thai Open Source Software Center Ltd. All rights reserved.
Able to validate the active document against Relax NG Schema.
You need to install the Java Runtime Environment (JRE) to run this tool.
To validate an XML Document using Jing, click Tools > Jing.
Libxml2
Freeware. Copyright © MIT. All Rights Reserved.
Able to validate the active document against DTD, Relax NG Schema, or XML Schema.
To validate an XML Document using Libxml2, click Tools > Libxml2.
MSV (Sun Multi-Schema Validator)
Copyright © 2001-2006 Sun Microsystems, Inc. All Rights Reserved.
Able to validate the active document against DTD, Relax NG Schema, or XML Schema.
You need to install the Java Runtime Environment (JRE) to run this tool.
To validate an XML Document using MSV, click Tools > MSV.
Xerces2 Java
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.
Able to validate the active document against DTD, or XML Schema.
You need to install the Java Runtime Environment (JRE) to run this tool.
To validate an XML Document using Xerces2 Java, click Tools > Xerces2 Java.
Features of the supported XML Validators:
| |  |
DTD |  |
Relax NG Schema |  |
XML Schema |  |
|
MSXML 6 |  |
yes |  |
no |  |
yes |  |
|
Jing |  |
no |  |
yes |  |
no |  |
|
Libxml2 |  |
yes |  |
yes |  |
yes |  |
|
MSV |  |
yes |  |
yes |  |
yes |  |
|
Xerces2 Java |  |
yes |  |
no |  |
yes |  |
See Also
copyright © 2002 - 2010 by XMLBlueprint
XML Editor. all rights reserved.