You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Jing Component

The Jing component uses the Jing Library
to perform XML validation of the message body using either

Note that the MSV component can also support RelaxNG XML syntax.

URI format

rng:someLocalOrRemoteFile
rnc:someLocalOrRemoteFile

Examples

The following examples show possible URI values

Example

Description

rng:foo/bar.rng

Will take the XML file foo/bar.rng on the classpath

rnc:

http://foo.com/bar.rnc

Will use the RelaxNG Compact Syntax file from the URL

http://foo.com/bar.rnc
  • No labels