Transform.IsSchemaAware PropertyTransform.IsSchemaAware PropertyTransform::IsSchemaAware Property
- XmlPrime 4.1
- Other Versions ▼
Optional boolBooleanbool parameter.
When true
True
true
, indicates that the processor should be schema aware. Otherwise, the processor should be a basic processor.
- Namespace: XmlPrime.TasksXmlPrime.TasksXmlPrime.Tasks
- Assembly: XmlPrime.Tasks (in XmlPrime.Tasks.dll)
Property Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the processor behaves as a Schema-Aware XSLT processor.
false
False
false
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 isfalse
False
false
.