Document: ezcDocumentXsltConverter
[ ]
[ Conversion ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentXsltConverter
|
Base class for conversions between XML documents using XSLT. [
source]
Parents
ezcDocumentConverter
|
--ezcDocumentXsltConverter
Descendents
Member Variables
|
protected array |
$customInlineTags
Array with custom inline tags, as a storage for static calls from the template. |
|
protected string |
$xslt
Path to XSLT transformation file |
|
protected XSLTProcessor |
$xsltProcessor
= null
XSLT processor created from the defined XSLT file. |
Inherited Member Variables
From
ezcDocumentConverter:
Method Summary
Inherited Methods
From
ezcDocumentConverter :
Methods
__construct
void __construct(
string
$xslt )
Construct converter
Construct converter from XSLT file, which is used for the actual conversion.
Parameters
| Name |
Type |
Description |
$xslt |
string |
|
Redefinition of
Redefined in descendants as
convert
Convert documents between two formats
Convert documents of the given type to the requested type.
Parameters
Redefinition of
Redefined in descendants as
Last updated: Wed, 18 Jun 2008