Re: Validation vs. validator

2011-07-28 Thread Christian Müller
Hello Robert! The user@ mailing list is the best for this kind of questions... You are not so specific with your question what you want to do. In Camel, we have 4 different validation components/functionalities: - With [1] you can validate an XML document against an XML Schema. - With [2] you can

Re: Validation vs. validator

2011-07-27 Thread Johan Edstrom
Semantics most likely but you can perform validation with the validator? On Jul 27, 2011, at 9:14 PM, Robert J. Liguori wrote: > http://camel.apache.org/validation.html

Validation vs. validator

2011-07-27 Thread Robert J. Liguori
(1) Validation / camel-spring validation:someLocalOrRemoteResource Reference: http://camel.apache.org/components.html (2) validator:com/mypackage/myschema.xsd Reference: http://camel.apache.org/validation.html Question: Which one is it (validation or validator)? -- Sincerely, Robert J. Liguori