The properties of the StyleTask class are listed below. For a complete list of StyleTask class members, see the StyleTask Members topic.
![]() | Directory in which to store the results. The default is the project base directory. |
![]() | Desired file extension to be used for the targets. The default is html . |
![]() | XSLT extension objects to be passed to the XSLT transformation. |
![]() | Determines if task failure stops the build, or is just reported. The default is true. |
![]() | If true then the task will be executed; otherwise, skipped. The default is true. |
![]() | Specifies a group of input files to which to apply the stylesheet. |
![]() | Obsolete. The prefix used when sending messages to the log. |
![]() | The name of the task. |
![]() | Gets or sets the XmlNamespaceManager. |
![]() | Specifies the output name for the styled result from the SrcFile attribute. |
![]() | XSLT parameters to be passed to the XSLT transformation. |
![]() | Gets or sets the parent of the element. |
![]() | Gets or sets the Project to which this element belongs. |
![]() | Gets the properties local to this Element and the Project. |
![]() | The network proxy to use to access the Internet resource. |
![]() | Specifies a single XML document to be styled. Should be used with the OutputFile attribute. |
![]() | Gets or sets the log threshold for this Task. By default the threshold of a task is Debug, causing no messages to be filtered in the task itself. |
![]() | Opposite of IfDefined. If false then the task will be executed; otherwise, skipped. The default is false. |
![]() | Determines whether the task should report detailed build log messages. The default is false. |
![]() | 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. |
![]() | Gets a value indicating whether the element is performing additional processing using the XmlNode that was used to initialize the element. |
![]() | Gets or sets the location in the build file where the element is defined. |
![]() | Gets or sets the XML node of the element. |
StyleTask Class | NAnt.Core.Tasks Namespace