tasks/system/XsltTask.php
\XsltTask
Package: phing\tasks\system
Implements an XSLT processing filter while copying files.
This is a shortcut for calling the
- Parent(s)
- \CopyTask < \Task < \ProjectComponent
- Author
- Andreas Aderhold, andi@binarycloud.com
- Version
- $Id: XsltTask.php 526 2009-08-11 12:11:17Z mrook $
Properties
Methods

createParam(
)
:
\XSLTParamSupport nested tags useing XSLTParam class.
Returns
| Type | Description |
|---|---|
| \XSLTParam |

setResolveDocumentExternals(
bool $resolveExternals
)
:
voidWhether to resolve entities in the XML document.
Parameters
Details
| Name | Type | Description |
|---|---|---|
| $resolveExternals | bool |
- Since
- 2.4

setResolveStylesheetExternals(
bool $resolveExternals
)
:
voidWhether to resolve entities in the stylesheet.
Parameters
Details
| Name | Type | Description |
|---|---|---|
| $resolveExternals | bool |
- Since
- 2.4

setStyle(
\PhingFile $style
)
:
voidSet the stylesheet to use.
Parameters
| Name | Type | Description |
|---|---|---|
| $style | \PhingFile |