The
ValidatingTransformer provides a very simple
Transformer validating documents while being processed in a Cocoon pipeline.
The only defined (but not required) configuration for this component is
<grammar>...string...</grammar>
indicating the default grammar language of the schemas to use.
This configuration parameter can be overridden by specifying the
grammar parameter when using this
Transformer in a
pipeline.
If no grammar is specified (either as a configuration, or a parameter) this
transformer will instruct the
Validator to try and guess the grammar
of the schema being parsed.
|