NAnt SDK Documentation - v0.92

StyleTask.SrcFile Property

Specifies a single XML document to be styled. Should be used with the OutputFile attribute.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="in", ExpandProperties:=True, ProcessXml:=True)>
Public Property SrcFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="in", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo SrcFile {get; set;}

See Also

StyleTask Class | NAnt.Core.Tasks Namespace