Perform validation of the XML file against XML Schema using Xerces parser.
"schemas" parameter can be set to:
Built-in schemas:
Namespace or Short name | Doctype | Description |
---|---|---|
http://www.w3.org/2001/xml.xsd | XML | |
http://www.w3.org/XML/1998/namespace | XML | |
http://www.w3.org/1999/xhtml | XHTML1.0 Strict | |
xhtml1-strict | -//W3C//DTD XHTML 1.0 Strict//EN | XHTML1.0 Strict |
xhtml1-transitional | -//W3C//DTD XHTML 1.0 Transitional//EN | XHTML1.0 Transitional |
xhtml1-frameset | -//W3C//DTD XHTML 1.0 Frameset//EN | XHTML1.0 Frameset |
-//W3C//DTD XHTML 1.1 Strict//EN | XHTML1.1 | |
http://java.sun.com/jsf/core | JSF Core | |
http://java.sun.com/jsf/html | JSF HTML Basic | |
http://java.sun.com/jsf/facelets | JSF Facelets | |
http://maven.apache.org/POM/4.0.0 | Maven Project Model |