classes/phing/tasks/system/XsltTask.php
\XsltTask
Implements an XSLT processing filter while copying files.
This is a shortcut for calling the
- Extends from
- \CopyTask
- author
- Andreas Aderhold, andi@binarycloud.com
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.system
- version
- $Id: XsltTask.php 526 2009-08-11 12:11:17Z mrook $
Properties
Methods

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

setResolveDocumentExternals(
bool $resolveExternals
)
:
Whether to resolve entities in the XML document.
| Name | Type | Description |
|---|---|---|
| $resolveExternals | bool |
- since
- 2.4

setResolveStylesheetExternals(
bool $resolveExternals
)
:
Whether to resolve entities in the stylesheet.
| Name | Type | Description |
|---|---|---|
| $resolveExternals | bool |
- since
- 2.4