Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The MSV component also supports RelaxNG XML Syntax.

URI format

Code Block
validatevalidator:someLocalOrRemoteResource

...

Example

The following example shows how to configure a route from endpoint direct:start which then goes to one of two endpoints, either mock:valid or mock:invalid based on whether or not the XML matches the given schema (which is supplied on the classpath).

...