PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Gregory   Cached XSL   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Cached XSL
XSL transformation wrapper with caching
Author: By
Last change:
Date: 20 years ago
Size: 99 bytes
 

Contents

Class file image Download
<?
require_once 'class.xslt.inc';

$xslt = new cXSL('test.xml', 'test.xsl');
$xslt->done();
?>