Schema-Aware Processing

This page describes the advantages and disadvantages of enabling schema aware processing.

This topic contains the following sections.

Overview

XmlPrime is a schema-aware XSLT and XQuery processor. However, when schema processing is not required, the feature can reduce execution performance. Therefore, by default, schema-aware processing is disabled.

 
 
Note
This is preliminary documentation. More detail will follow.
 

Enabling Schema-Aware Processing for XSLT.

The IsSchemaAwareIsSchemaAwareIsSchemaAware property of the XsltSettingsXsltSettingsXsltSettings class can be set to true to enable schema aware processing.

Enabling Schema-Aware Processing for XQuery.

The EnabledFeaturesEnabledFeaturesEnabledFeatures property of the XsltSettingsXsltSettingsXsltSettings class can be set to include SchemaAwareFeatureSchemaAwareFeatureSchemaAwareFeature to enable schema aware processing.