XmlTask Properties | MSBuild Extension Pack Help 4.0.12.0 |
The XmlTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
Conformance |
Sets the ConformanceLevel. Supports Auto, Document and Fragment. Default is ConformanceLevel.Document
|
|
Indent |
Set the Indent option for TransForm. Default is False
|
|
IsValid |
Gets whether an XmlFile is valid xml
|
|
OmitXmlDeclaration |
Set the OmitXmlDeclaration option for TransForm. Default is False
|
|
Output |
Get the Output
|
|
OutputFile |
Sets the OutputFile
|
|
SchemaFiles |
Sets the Schema Files collection
|
|
TargetNamespace |
Sets the TargetNamespace for Validate. Default is ""
|
|
TextEncoding |
Set the Encoding option for TransForm. Default is UTF8
|
|
Xml |
Sets the XmlFile
|
|
XmlFile |
Sets the XmlFile
|
|
XslTransform |
Sets the XslTransformFile
|
|
XslTransformFile |
Sets the XslTransformFile
|
See Also