Transform.IsSchemaAware PropertyTransform.IsSchemaAware PropertyTransform::IsSchemaAware Property

Optional boolBooleanbool parameter.

When trueTruetrue, indicates that the processor should be schema aware. Otherwise, the processor should be a basic processor.

Syntax

Public Property IsSchemaAware As Boolean
        Get
        Set(ByVal value As Boolean)
public bool IsSchemaAware { get; set; }
public:
property bool IsSchemaAware {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the processor behaves as a Schema-Aware XSLT processor. falseFalsefalse if the processor behaves as a Basic XSLT processor.

Remarks

A Basic XSLT processor may sometimes be faster than a schema-aware processor. The default value is falseFalsefalse.