$relax-ng-grammar
$relax-ng-grammar — Validation grammar.
Parameter:
{}relax-ng-grammar
Defined in:
param.xsl
Used in:
parameter-maps.xsl, drivers.xsl
Used by:
Synopsis
$relax-ng-grammar
as
xs:string?
:=
()
Description
If $relax-ng-grammar
is provided, then the
last step of preprocessing the source document will be to validate it against
the provided grammar. This can be useful if, for example, the
$local-conventions
parameter has been used.
Validation is the last step of the
t:preprocess
template.