RE: [phoenix] Turn on validation by default

"Noel J. Bergman" <[email protected]> Sat, 11 Jan 2003 18:07:50 -0500
Newsgroups gmane.comp.jakarta.avalon.apps.devel,gmane.comp.jakarta.avalon.devel
Message-ID <[email protected]>
> oh - I thought schema validation would only validate if schema was
present?

If that is the desired behavior, it ought to be documented, and implemented.

Consider this comment from Forrest: "For an XML file to be valid, it must
have a DOCTYPE declaration at the top, indicating its content type. Hence by
default, any Forrest-processed XML file that lacks a DOCTYPE declaration
will cause the build to break."

	--- Noel