Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

You can append query options to the URI in the following format, ?option=value&option=value&...

Options

Div
classconfluenceTableSmall

Option

Default

Description

useDom

true

Whether DOMSource/DOMResult or SaxSource/SaxResult should be used by the validator. Note: DOM must be used by the MSV component.

Wiki Markup
{div:class=confluenceTableSmall} || Option || Default || Description || | {{useDom}} | {{true}} | Whether DOMSource/DOMResult or SaxSource/SaxResult should be used by the validator. *Note:* DOM must be used by the [MSV] component. | {div}

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 RelaxNG XML Schema (which is supplied on the classpath).

...