From: Loren C. <lor...@gm...> - 2010-03-19 21:49:21
|
This is from the validation section of the conf.xml. Mode is set to no. The validation finction module has not been listed yet. <!-- Settings for XML validation - mode should XML source files be validated against a schema or DTD before storing them? The setting is passed to the XML parser. The actual effects depend on the parser you use. eXist comes with Xerces which can validate against both: schemas and DTDs. Possible values: "yes", "no", "auto". "auto" will leave validation to the parser. --> <validation mode="no"> <!-- Specify the location of one or more catalog files. Catalogs are used to resolve external entities in XML documents. "${WEBAPP_HOME}" can be used as magic string. --> <entity-resolver> <catalog uri="${WEBAPP_HOME}/WEB-INF/catalog.xml"/> </entity-resolver> </validation> On Mar 19, 2010, at 04:37 PM, Dannes Wessels wrote: > Hmmm, > > do I read the validation extension functions are turned off? why is that? > > regards > > Dannes > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |