XsltSettings.IsSchemaAware PropertyXsltSettings.IsSchemaAware PropertyXsltSettings::IsSchemaAware Property

Gets or sets a value indicating whether the XSLT processor should behave as a Schema-Aware or Basic XSLT 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 XSLT processor should behave as a Schema-Aware; otherwise falseFalsefalse if it should behave as a Basic XSLT processor.

Remarks

The default value of this property is trueTruetrue.