string smarty_modifier_xslt(
array $string, $styleurl)
|
|
Smarty modifier to apply a xml stylesheet to a variable
The modifier requires php 5's DOM and XSLT funtionality
Example
<!--[$myvar|xslt:"your_xsl_file.xsl"]-->
Tags:
Parameters
| array |
$string |
the contents to transform |
| |
$styleurl |
|