Perform validation of the XML file against XML Schema using Xerces parser.

"schemas" parameter can be set to:


Default value: autodetect. In this case, the parser will try to load the schema based on the doctype or the namespace declaration in the document.

Built-in schemas:

Namespace or Short nameDoctypeDescription
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//ENXHTML1.0 Strict
xhtml1-transitional-//W3C//DTD XHTML 1.0 Transitional//ENXHTML1.0 Transitional
xhtml1-frameset-//W3C//DTD XHTML 1.0 Frameset//ENXHTML1.0 Frameset
 -//W3C//DTD XHTML 1.1 Strict//ENXHTML1.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