32. Saxon configuration property

Saxon configuration properties (Features) can be specified in the configuration file.

XML configuration: <cc:saxon-configuration-property key="key" value="value" type="type"/>

Where “key” is a Saxon FeatureKey and “type” is “integer”, “boolean”, or “string”.

Setting Saxon features through this interface may have unanticipated consequences, use with care.

T.B.D.