NAnt SDK Documentation - v0.92

StyleTask.XsltFile Property

URI or path that points to the stylesheet to use. If given as path, it can be relative to the project's basedir or absolute.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="style", ExpandProperties:=True, ProcessXml:=True)>
Public Property XsltFile As Uri
[C#]
[TaskAttribute(Required=True, Name="style", ExpandProperties=True, ProcessXml=True)]
public System.Uri XsltFile {get; set;}

See Also

StyleTask Class | NAnt.Core.Tasks Namespace